mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-06 01:25:00 +02:00
Added registrar maintenance cron; tmch cleanup
This commit is contained in:
parent
a3b16e4ab9
commit
384204f41b
3 changed files with 98 additions and 0 deletions
|
@ -73,6 +73,7 @@ try {
|
|||
insertTmchData($dbh, $filePath);
|
||||
}
|
||||
}
|
||||
unlink($filePath);
|
||||
$log->info('job finished successfully.');
|
||||
} catch (PDOException $e) {
|
||||
$log->error('Database error: ' . $e->getMessage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue