|
@@ -5,7 +5,7 @@ include('./lib/functions.php');
|
|
|
|
|
|
if ($config['expireCron'] == 'cli') {
|
|
if ($config['expireCron'] == 'cli') {
|
|
if (!is_dir($config['uploadDir'])) {
|
|
if (!is_dir($config['uploadDir'])) {
|
|
- exit(_('Start the command in the file2link directory'));
|
|
|
|
|
|
+ exit(_('Start the command in the file2link directory'));
|
|
}
|
|
}
|
|
cronExpire();
|
|
cronExpire();
|
|
echo _('Completed')."\n";
|
|
echo _('Completed')."\n";
|