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