* * * * * curl --silent index.php/cron/run &>/dev/null" onclick='copyCron("main_cronjob")'>
= __("The Cron Manager assists the administrator in managing cron jobs without requiring CLI access."); ?>
= __("To execute cron jobs based on the data below, remove all old cron jobs and create a new one:"); ?>
* * * * * curl --silent index.php/cron/run &>/dev/null" onclick='copyCron("main_cronjob")'>
| = __("ID"); ?> | = __("Description"); ?> | = __("Status"); ?> | = __("Intervall"); ?> | = __("Last Run"); ?> | = __("Next Run"); ?> | = __("Edit"); ?> | I/O |
|---|---|---|---|---|---|---|---|
| id; ?> | description; ?> | enabled == '1') { if ($cron->status == 'healthy') { ?> = __("healthy"); ?> status == 'failed') { ?> = __("failed"); ?> status == 'pending') { ?> = __("pending"); ?> status; ?> = __("disabled"); ?> | ' . $cron->expression . ''; ?> | last_run ?? __("never"); ?> | enabled == '1') { echo $cron->next_run ?? __("never"); } else { echo __("never"); } ?> |
enabled ?? '0') {
echo 'checked';
} ?>>
|
= __("On a basic linux server with shell access use this command to edit your crons:"); ?>
crontab -e