1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
DanieL 2023-02-01 08:59:21 -03:00
parent 55bc784982
commit d7194b7335

View file

@ -4591,6 +4591,9 @@ function _session_regenerate_id(){
function debugMemmory($line){
global $lastDebugMemory, $lastDebugMemoryLine;
if(empty($global['debugMemmory'])){
return false;
}
$memory = memory_get_usage();
if(!isset($lastDebugMemory)){
$lastDebugMemory = $memory;