0,0 → 1,31 |
--- a/cmd/cmd_welcome.c |
+++ b/cmd/cmd_welcome.c |
@@ -74,12 +74,7 @@ void cmd_welcome(struct session *session |
unsigned long msgno; |
|
if ((request->method != POST) && (prefs->use_welcome)) { |
- if (config->welcome_path && |
- (string = read_welcome(request->pool, config->welcome_path))) |
- generate_welcome_page(session, string); |
- else |
- session_redirect(session, request, "list"); |
- |
+ generate_welcome_page(session, NULL); |
return; |
} |
|
--- a/files/etc/prayer.cf.SRC |
+++ b/files/etc/prayer.cf.SRC |
@@ -402,12 +402,6 @@ ssl_required = FALSE |
# Session banner (local HTML inserted into each page of login session) |
#session_banner_path = "$prefix/etc/session_banner.html" |
|
-# Welcome text displayed when user first logs in |
-welcome_path = "$prefix/etc/welcome.html" |
- |
-# Location of help files |
-help_dir = "$prefix/help" |
- |
# Location of icon files |
icon_dir = "$prefix/icons" |
|