Change log file folder

This commit is contained in:
2023-08-06 13:24:00 +02:00
parent dd4469c349
commit e1cf78b992
6 changed files with 16 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ class Db extends PhpObject
$this->asConf = $asConf;
$this->asOptions = $asOptions;
parent::__construct(__FILE__, Settings::DEBUG);
parent::__construct(__FILE__);
$this->oConnection = new \mysqli($this->getConf('server'), $this->getConf('user'), $this->getConf('pass'));
$this->syncPhpParams($this->getConf('encoding'));