mirror of
https://github.com/sigmasternchen/PHPTools
synced 2025-03-15 15:58:56 +00:00
7 lines
134 B
PHP
7 lines
134 B
PHP
![]() |
<?php
|
||
|
define("BETA", false);
|
||
|
|
||
|
define("RELATIVE_ROOT", "");
|
||
|
define("ROOT_LOCATION", $_SERVER['DOCUMENT_ROOT'] . RELATIVE_ROOT);
|
||
|
?>
|