1
0

debugging hooks and events

This commit is contained in:
2022-01-20 00:26:57 +01:00
parent e4703dafc8
commit 10f2a1087a
9 changed files with 66 additions and 58 deletions

View File

@ -3,7 +3,7 @@ logger(DEBUG,"Including db.php");
class db extends mysqli
{
public $mysqlServer = "192.168.1.253"; // "127.0.0.1";
public $mysqlServer = "localhost"; // "127.0.0.1";
public $username = "moha";
public $passwd = "MysqlMoha";
public $database = "moha";