mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update init_tr.php
This commit is contained in:
parent
1a2ca2875b
commit
75c7c2b556
@ -133,11 +133,11 @@ class sql_db
|
||||
|
||||
if (!$link = @$connect_type($this->cfg['dbhost'], $this->cfg['dbuser'], $this->cfg['dbpasswd']))
|
||||
{
|
||||
$this->log_error();
|
||||
if (DBG_LOG_TRACKER)
|
||||
{
|
||||
dbg_log("Could not connect to {$this->engine} server {$this->cfg['dbhost']}", "{$this->cfg['dbhost']}-DB-connect-FAIL_" . time());
|
||||
}
|
||||
$this->log_error();
|
||||
}
|
||||
|
||||
register_shutdown_function(array(&$this, 'close'));
|
||||
|
Loading…
Reference in New Issue
Block a user