1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00

Do not show buttons

This commit is contained in:
DanieL 2022-04-07 20:26:02 -03:00
parent dfd431bd38
commit b51a09520d

View file

@ -22,8 +22,8 @@ function download($url, $filename, $path, $forceDownload=false){
return false;
}
set_time_limit(1800);
ini_set('max_execution_time', 1800);
set_time_limit(360000);
ini_set('max_execution_time', 360000);
$global['rowCount'] = $global['limitForUnlimitedVideos'] = 999999;