hotfix repo debugging

This commit is contained in:
Unknown 2018-03-08 20:55:00 +01:00
parent 64af705c6a
commit 12e8d4ea92
1 changed files with 5 additions and 1 deletions

View File

@ -124,6 +124,10 @@
/* (1) If local -> instanciates with local configuration */
// if( !checkdnsrr($_SERVER['SERVER_NAME'], 'NS') )
if(!isset($conf[$label]['local']['debug'])){
$conf[$label]['local']['debug'] = false;
}
self::$instance[$label] = new DatabaseDriver($conf[$label]['local']['host'], $conf[$label]['local']['dbname'], $conf[$label]['local']['user'], $conf[$label]['local']['password'],$conf[$label]['local']['debug']);
/* (2) If Remote -> instanciates with Remote configuration */
// else