mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Do not show buttons
This commit is contained in:
parent
dfd431bd38
commit
b51a09520d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue