PHPTools/config.def.php

7 lines
134 B
PHP
Raw Normal View History

2014-02-26 18:09:06 +00:00
<?php
define("BETA", false);
define("RELATIVE_ROOT", "");
define("ROOT_LOCATION", $_SERVER['DOCUMENT_ROOT'] . RELATIVE_ROOT);
?>