diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-08 11:07:16 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-08 11:07:16 +0000 |
commit | de352a469c472b981f6949334088679b2d497c3f (patch) | |
tree | 010852051955bfa0899c273984ac92f88bc4754b /mod/test/index.php | |
parent | fc0b390e2579417eda23e2e8d4bfc49d4fc209d8 (diff) | |
download | elgg-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/index.php')
-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 |