Initial Version
This commit is contained in:
8
include/constants.inc.php
Normal file
8
include/constants.inc.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
//CONSTANT
|
||||
$BaseUrl = "http://".$_SERVER['SERVER_NAME'];
|
||||
$root = $_SERVER['DOCUMENT_ROOT'];
|
||||
$bdnuss = "http://web-bdnuss-sys-dev.appliarmony.net";
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user