mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
8 lines
No EOL
186 B
PHP
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(); |