1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +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()){
return die('Command Line only');
}
$_REQUEST['rowCount'] = 99999;
$total = Video::getTotalVideos("",false, true, true, false, false);
$videos = Video::getAllVideosLight("", false, true, false);
$count = 0;