aboutsummaryrefslogtreecommitdiff
path: root/mod/test/index.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-31 13:34:41 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-31 13:34:41 +0000
commitaecf239a1aac95800bc7a34434bf4d96f528269d (patch)
tree823d757e9c53a6c1dda0979259cc5941f0fab85e /mod/test/index.php
parent9e349a24a228680660e2be031783d5b9fcb253b0 (diff)
downloadelgg-aecf239a1aac95800bc7a34434bf4d96f528269d.tar.gz
elgg-aecf239a1aac95800bc7a34434bf4d96f528269d.tar.bz2
Removing the mod/test plugin. It doesn't need to be here...
git-svn-id: https://code.elgg.org/elgg/trunk@294 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/test/index.php')
-rw-r--r--mod/test/index.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/mod/test/index.php b/mod/test/index.php
deleted file mode 100644
index 96fc4bdab..000000000
--- a/mod/test/index.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
- require_once("../../engine/start.php");
-
- global $CONFIG;
-
- //var_export($CONFIG);
-
- $body = elgg_view("testplugin/pageshell");
- page_draw("Test plugin",$body);
-
-?> \ No newline at end of file