Compare commits
16 Commits
dev1.0.0
...
b3ae073d01
| Author | SHA1 | Date | |
|---|---|---|---|
| b3ae073d01 | |||
| 92c069d852 | |||
| 4b1b65b38b | |||
| 5d9fe2757d | |||
| f9648cd682 | |||
| 6893788bd2 | |||
| e96358d652 | |||
| ca530ec17c | |||
| 0923f5e0e0 | |||
| c830d3f90c | |||
| b3185f966c | |||
| 420873584e | |||
| f69ef32f84 | |||
| cc58529145 | |||
| 29180b036c | |||
| 8b2bc5229b |
@ -2,8 +2,8 @@
|
||||
if(preg_match("/libdefine.php/i", $_SERVER['PHP_SELF'])){header("location: index.php");die;}
|
||||
// ==== My SERVER CONFIG
|
||||
DEFINE("DB_HCM","dbhcm");
|
||||
// DEFINE("DB_HOST_NAME","localhost");
|
||||
DEFINE("DB_HOST_NAME","192.168.1.4");
|
||||
DEFINE("DB_HOST_NAME","localhost");
|
||||
// DEFINE("DB_HOST_NAME","192.168.1.4");
|
||||
// DEFINE("DB_USER_NAME","antrian");
|
||||
// DEFINE("DB_USER_NAME","appproject");
|
||||
DEFINE("DB_USER_NAME","apphcm");
|
||||
|
||||
2659
dbhcm_20250625.sql
2659
dbhcm_20250625.sql
File diff suppressed because one or more lines are too long
0
fixingcheckinlate.php
Normal file → Executable file
0
fixingcheckinlate.php
Normal file → Executable file
0
fixingcheckout.php
Normal file → Executable file
0
fixingcheckout.php
Normal file → Executable file
0
fixingcheckoutbydate.php
Normal file → Executable file
0
fixingcheckoutbydate.php
Normal file → Executable file
0
fixingr2late.php
Normal file → Executable file
0
fixingr2late.php
Normal file → Executable file
0
getattsync.php
Normal file → Executable file
0
getattsync.php
Normal file → Executable file
0
getattsync2.php
Normal file → Executable file
0
getattsync2.php
Normal file → Executable file
0
getattsyncbydate.php
Normal file → Executable file
0
getattsyncbydate.php
Normal file → Executable file
0
getdatadevices.php
Normal file → Executable file
0
getdatadevices.php
Normal file → Executable file
0
getdatadevices2.php
Normal file → Executable file
0
getdatadevices2.php
Normal file → Executable file
0
getdatadevicesbydate.php
Normal file → Executable file
0
getdatadevicesbydate.php
Normal file → Executable file
0
getdatadevicesbyip.php
Normal file → Executable file
0
getdatadevicesbyip.php
Normal file → Executable file
2
getdatadevicesbylogs.php
Normal file → Executable file
2
getdatadevicesbylogs.php
Normal file → Executable file
@ -7,7 +7,7 @@ class LogController
|
||||
// $ppHCMTT#2024
|
||||
|
||||
public function fn_getconn(){
|
||||
$pdo = new PDO("mysql:host=192.168.1.4;dbname=dbhcm", "apphcm", "\$ppHCMTT#2024");
|
||||
$pdo = new PDO("mysql:host=localhost;dbname=dbhcm", "apphcm", "\$ppHCMTT#2024");
|
||||
return $pdo;
|
||||
}
|
||||
public function selectquerySP($sql){
|
||||
|
||||
2
getdatadevicesbylogsbydates.php
Normal file → Executable file
2
getdatadevicesbylogsbydates.php
Normal file → Executable file
@ -7,7 +7,7 @@ class LogController
|
||||
// $ppHCMTT#2024
|
||||
|
||||
public function fn_getconn(){
|
||||
$pdo = new PDO("mysql:host=192.168.1.4;dbname=dbhcm", "apphcm", "\$ppHCMTT#2024");
|
||||
$pdo = new PDO("mysql:host=localhost;dbname=dbhcm", "apphcm", "\$ppHCMTT#2024");
|
||||
return $pdo;
|
||||
}
|
||||
public function selectquerySP($sql){
|
||||
|
||||
Reference in New Issue
Block a user