aboutsummaryrefslogtreecommitdiff
path: root/mod/test
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-08 11:07:16 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-08 11:07:16 +0000
commitde352a469c472b981f6949334088679b2d497c3f (patch)
tree010852051955bfa0899c273984ac92f88bc4754b /mod/test
parentfc0b390e2579417eda23e2e8d4bfc49d4fc209d8 (diff)
downloadelgg-de352a469c472b981f6949334088679b2d497c3f.tar.gz
elgg-de352a469c472b981f6949334088679b2d497c3f.tar.bz2
Configuration fix
git-svn-id: https://code.elgg.org/elgg/trunk@116 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/test')
-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