|
|
@ -2,5 +2,11 @@ |
|
|
|
|
|
|
|
|
include __DIR__.'/include/config.php'; |
|
|
include __DIR__.'/include/config.php'; |
|
|
|
|
|
|
|
|
|
|
|
if (!file_exists(DOWNLOADEDDIR.'/.mydlok')) { |
|
|
|
|
|
echo '.mydlok absent, le filesystem n\'est pas disponible ? exit'; |
|
|
|
|
|
sleep(30); |
|
|
|
|
|
exit(1); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
Download::launchNextDownload(); |
|
|
Download::launchNextDownload(); |
|
|
sleep(30); |
|
|
sleep(30); |