mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-01 15:24:32 +02:00
Added sync with iQ Abuse Manager
This commit is contained in:
parent
a15904897c
commit
1087687236
2 changed files with 104 additions and 0 deletions
|
@ -83,6 +83,7 @@ if ($cronJobConfig['gtld_mode']) {
|
|||
$scheduler->php('/opt/registry/automation/urs.php')->at('45 * * * *');
|
||||
$scheduler->php('/opt/registry/automation/escrow.php')->at('5 0 * * *');
|
||||
$scheduler->php('/opt/registry/automation/reporting.php')->at('1 0 1 * *');
|
||||
// $scheduler->php('/opt/registry/automation/abuse_iq.php')->at('0 * * * *');
|
||||
}
|
||||
|
||||
if ($cronJobConfig['exchange_rates']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue