added config file

This commit is contained in:
overflowerror 2014-02-26 19:09:06 +01:00
parent 8acaa3bf28
commit 29af93f8b1

6
config.def.php Normal file
View file

@ -0,0 +1,6 @@
<?php
define("BETA", false);
define("RELATIVE_ROOT", "");
define("ROOT_LOCATION", $_SERVER['DOCUMENT_ROOT'] . RELATIVE_ROOT);
?>