1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Daniel 2021-09-16 11:10:38 -03:00
parent f6c64b4729
commit 1be4780a8d

View file

@ -5,7 +5,7 @@ require_once '../videos/configuration.php';
if(!isCommandLineInterface()){ if(!isCommandLineInterface()){
return die('Command Line only'); return die('Command Line only');
} }
$_REQUEST['rowCount'] = 99999;
$total = Video::getTotalVideos("",false, true, true, false, false); $total = Video::getTotalVideos("",false, true, true, false, false);
$videos = Video::getAllVideosLight("", false, true, false); $videos = Video::getAllVideosLight("", false, true, false);
$count = 0; $count = 0;