Files
Web-Infra-Reports-IT/include/constants.inc.php
2024-03-12 16:38:16 +01:00

8 lines
169 B
PHP

<?php
//CONSTANT
$BaseUrl = "http://".$_SERVER['SERVER_NAME'];
$root = $_SERVER['DOCUMENT_ROOT'];
$bdnuss = "http://web-bdnuss-sys-dev.appliarmony.net";
?>