aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-09-30 23:09:30 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-09-30 23:09:30 +0000
commit760992d750e10977362a58a59ba91abc30acb3ca (patch)
treeedef1bbe01f22d79c2dde8d8e07ab95172885951 /admin
parent5d090b23cca3b0f831b29fe4dad2926f1b3b33fc (diff)
downloadelgg-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')
-rw-r--r--admin/index.php16
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