mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Update
This commit is contained in:
parent
170fa3e618
commit
96e1be773b
2 changed files with 1 additions and 2 deletions
|
@ -232,7 +232,7 @@ function _mysql_close()
|
|||
{
|
||||
global $global, $mysql_connect_was_closed;
|
||||
if (canCloseConnection()) {
|
||||
_error_log('MySQL Closed IP' . getRealIpAddr() . ' ' . json_encode(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)));
|
||||
_error_log('MySQL Closed IP=' . getRealIpAddr() . ' ' . json_encode(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)));
|
||||
$mysql_connect_was_closed = 1;
|
||||
try {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue