mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
parent
f6c64b4729
commit
1be4780a8d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue