1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Oinktube/install/cleanup_downloads.php
Daniel Neto 06888c5ffc Update
2024-09-20 10:57:34 -03:00

8 lines
No EOL
186 B
PHP

<?php
require_once __DIR__.'/../videos/configuration.php';
if (!isCommandLineInterface()) {
return die('Command Line only');
}
$global['printLogs'] = 1;
cleanupDownloadsDirectory();