aboutsummaryrefslogtreecommitdiff
path: root/settings/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/index.php')
-rw-r--r--settings/index.php15
1 files changed, 4 insertions, 11 deletions
diff --git a/settings/index.php b/settings/index.php
index 47cf9caba..5906ca842 100644
--- a/settings/index.php
+++ b/settings/index.php
@@ -11,16 +11,9 @@
*/
// Get the Elgg framework
- require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
-
- // Make sure only valid users can see this
- gatekeeper();
-
-
-
- /// Default settings
-
+ require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
+
+ // Forward to the user settings
+ forward('pg/settings/user');
- // Display main admin menu
- page_draw(elgg_echo("admin"),elgg_view_layout("one_column", elgg_view("usersettings/main")));
?> \ No newline at end of file