diff options
author | MaZderMind | 2014-10-01 10:33:00 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-01 10:33:00 +0200 |
commit | bf4c140f5438101d87dcb0395c7c778585b7fe09 (patch) | |
tree | 6ebaf53ec3205222ca00796f9d880f719b2bb54a /config.php |
31c3 php player site
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.php b/config.php new file mode 100644 index 0000000..224ed57 --- /dev/null +++ b/config.php @@ -0,0 +1,6 @@ +<?php + +// guessed automatically +// $GLOBALS['CONFIG']['baseurl'] = 'http://foo.com/bar/'; + +?> |