diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-30 23:09:30 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-30 23:09:30 +0000 |
commit | 760992d750e10977362a58a59ba91abc30acb3ca (patch) | |
tree | edef1bbe01f22d79c2dde8d8e07ab95172885951 /admin/index.php | |
parent | 5d090b23cca3b0f831b29fe4dad2926f1b3b33fc (diff) | |
download | elgg-760992d750e10977362a58a59ba91abc30acb3ca.tar.gz elgg-760992d750e10977362a58a59ba91abc30acb3ca.tar.bz2 |
Refs #2344 - removed unused search and admin directories
git-svn-id: http://code.elgg.org/elgg/trunk@6987 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/admin/index.php b/admin/index.php deleted file mode 100644 index 1d41306b6..000000000 --- a/admin/index.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php -/** - * Elgg administration system index - * - * @package Elgg - * @subpackage Core - * @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/overview/');
\ No newline at end of file |