Compare commits

...

2 Commits

2 changed files with 2 additions and 2661 deletions

View File

@ -2,8 +2,8 @@
if(preg_match("/libdefine.php/i", $_SERVER['PHP_SELF'])){header("location: index.php");die;} if(preg_match("/libdefine.php/i", $_SERVER['PHP_SELF'])){header("location: index.php");die;}
// ==== My SERVER CONFIG // ==== My SERVER CONFIG
DEFINE("DB_HCM","dbhcm"); DEFINE("DB_HCM","dbhcm");
// DEFINE("DB_HOST_NAME","localhost"); DEFINE("DB_HOST_NAME","localhost");
DEFINE("DB_HOST_NAME","192.168.1.4"); // DEFINE("DB_HOST_NAME","192.168.1.4");
// DEFINE("DB_USER_NAME","antrian"); // DEFINE("DB_USER_NAME","antrian");
// DEFINE("DB_USER_NAME","appproject"); // DEFINE("DB_USER_NAME","appproject");
DEFINE("DB_USER_NAME","apphcm"); DEFINE("DB_USER_NAME","apphcm");

File diff suppressed because one or more lines are too long