summaryrefslogtreecommitdiff
path: root/www-ssl/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/index.php')
-rw-r--r--www-ssl/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www-ssl/index.php b/www-ssl/index.php
index e8c900a5..6b2e267b 100644
--- a/www-ssl/index.php
+++ b/www-ssl/index.php
@@ -33,6 +33,10 @@ if (in_array($p, $privileges)) {
require_once ('includes/pages/user_news.php');
$content = user_news();
}
+ elseif ($p == "user_settings") {
+ require_once ('includes/pages/user_settings.php');
+ $content = user_settings();
+ }
elseif ($p == "login") {
require_once ('includes/pages/guest_login.php');
$content = guest_login();