aboutsummaryrefslogtreecommitdiff
path: root/admin/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/index.php')
-rw-r--r--admin/index.php14
1 files changed, 1 insertions, 13 deletions
diff --git a/admin/index.php b/admin/index.php
index 8a59e8f85..217d2de1e 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -15,19 +15,7 @@
require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
// Make sure only valid admin users can see this
- admin_gatekeeper();
-
-
-
-
-
-
- // Get menu list
-
- // render
-
-
-
+ admin_gatekeeper();
// Display main admin menu
page_draw(elgg_echo("admin"),elgg_view("admin/main"));