- Deleted `cluster-detail2.php`, `constants.inc copy.php`, `D.php`, and `Dashboard2.php`. These files were no longer in use and contributed to unnecessary clutter in the codebase. - Cleaned up references to removed files.
6 lines
165 B
PHP
6 lines
165 B
PHP
<?php
|
|
//CONSTANT
|
|
$BaseUrl = "http://".$_SERVER['SERVER_NAME'];
|
|
$root = $_SERVER['DOCUMENT_ROOT'];
|
|
$bdnuss = "http://web-bdnuss-sys-dev.appliarmony.net";
|