aboutsummaryrefslogtreecommitdiff
path: root/mod/test/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/test/index.php')
-rw-r--r--mod/test/index.php9
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