1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2023-03-29 13:54:19 -03:00
parent 2ba4d10106
commit 10050d71c9

View file

@ -134,7 +134,7 @@ function setSiteLang() {
if(class_exists('Configuration')){
$config = new Configuration();
}else{
_error_log("setSiteLang ERROR 1 systemRootPath=[{$global['systemRootPath']}] " . json_encode(debug_backtrace()));
//_error_log("setSiteLang ERROR 1 systemRootPath=[{$global['systemRootPath']}] " . json_encode(debug_backtrace()));
}
}
} catch (Exception $exc) {