diff options
Diffstat (limited to 'mod/test/index.php')
-rw-r--r-- | mod/test/index.php | 12 |
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 |