1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
This commit is contained in:
Daniel Neto 2025-04-13 17:21:56 -03:00
parent 170fa3e618
commit 96e1be773b
2 changed files with 1 additions and 2 deletions

View file

@ -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 {
/**