diff options
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/admin/index.php b/admin/index.php index 969d91f7e..98466cb20 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,21 +1,21 @@ -<?php
-
- /**
- * Elgg administration system index
- *
- * @package Elgg
- * @subpackage Core
+<?php - * @author Curverider Ltd
+ /** + * Elgg administration system index + * + * @package Elgg + * @subpackage Core - * @link http://elgg.org/
- */
-
- // Get the Elgg framework
- require_once(dirname(dirname(__FILE__)) . "/engine/start.php");
-
- // Make sure only valid admin users can see this
- admin_gatekeeper();
- forward('pg/admin/statistics/')
-
+ * @author Curverider Ltd + + * @link http://elgg.org/ + */ + + // Get the Elgg framework + require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); + + // Make sure only valid admin users can see this + admin_gatekeeper(); + forward('pg/admin/statistics/') + ?>
\ No newline at end of file |