Change log file folder
This commit is contained in:
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user