Update logs layout

This commit is contained in:
2019-10-06 10:14:57 +02:00
parent 956f6c7022
commit 8e0f4a8a12
6 changed files with 22 additions and 458 deletions

View File

@@ -39,7 +39,7 @@ class Db extends PhpObject
*/
public function __construct($sDbServer, $sLogin, $sPass, $sDatabase, $asOptions, $sEncoding='utf8mb4')
{
parent::__construct(__CLASS__, Settings::DEBUG);
parent::__construct(__FILE__, Settings::DEBUG);
$this->sDatabase = $sDatabase;
$this->asOptions = $asOptions;
//$this->oConnection = mysql_connect(self::DB_SERVER, self::DB_LOGIN, self::DB_PASS);