diff --git a/emhttp/plugins/dynamix/scripts/replace_key_job b/emhttp/plugins/dynamix/scripts/replace_key_job new file mode 100755 index 000000000..8d98c0703 --- /dev/null +++ b/emhttp/plugins/dynamix/scripts/replace_key_job @@ -0,0 +1,22 @@ +#!/usr/bin/php -q + /dev/null + + EOT; + parse_cron_cfg("dynamix", "replace-key-job", $text); + break; + + default: + $ReplaceKey = new ReplaceKey(); + $ReplaceKey->check(); + break; +} +