1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00
This commit is contained in:
Daniel Neto 2024-12-02 14:51:40 -03:00
parent c5087d9abe
commit 54a698ffda
8 changed files with 103 additions and 11 deletions

View file

@ -127,7 +127,7 @@ function _mysql_connect($persistent = false, $try = 0)
foreach ($checkValues as $value) {
if (!isset($$value)) {
_error_log("_mysql_connect Variable NOT set $value");
_error_log("_mysql_connect Variable NOT set $value ".json_encode(debug_backtrace()));
}
}