diff options
Diffstat (limited to 'mod/test')
-rw-r--r-- | mod/test/index.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mod/test/index.php b/mod/test/index.php new file mode 100644 index 000000000..e502ae790 --- /dev/null +++ b/mod/test/index.php @@ -0,0 +1,9 @@ +<?php
+
+ require_once("../../engine/start.php");
+
+ global $CONFIG;
+
+ var_export($CONFIG);
+
+?>
\ No newline at end of file |