Added registrar maintenance cron; tmch cleanup

This commit is contained in:
Pinga 2023-12-17 09:39:51 +02:00
parent a3b16e4ab9
commit 384204f41b
3 changed files with 98 additions and 0 deletions

View file

@ -73,6 +73,7 @@ try {
insertTmchData($dbh, $filePath);
}
}
unlink($filePath);
$log->info('job finished successfully.');
} catch (PDOException $e) {
$log->error('Database error: ' . $e->getMessage());