mirror of
https://github.com/sigmasternchen/PHPTools
synced 2025-03-15 07:48:55 +00:00
added config file
This commit is contained in:
parent
8acaa3bf28
commit
29af93f8b1
1 changed files with 6 additions and 0 deletions
6
config.def.php
Normal file
6
config.def.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
define("BETA", false);
|
||||||
|
|
||||||
|
define("RELATIVE_ROOT", "");
|
||||||
|
define("ROOT_LOCATION", $_SERVER['DOCUMENT_ROOT'] . RELATIVE_ROOT);
|
||||||
|
?>
|
Loading…
Reference in a new issue