|
{$MGLANG->T('cron_cleaner_warning')}
|
|
| {$MGLANG->T('cron_job')} | php -q {$cron_path} |
| {$MGLANG->T('recommended_run_time')} | {$MGLANG->T('each_5_minutes')} |
| {$MGLANG->T('last_run_time')} | {if $cron_last_run_years neq 0} {$cron_last_run_years} {$MGLANG->T('years_ago')}{/if} {if $cron_last_run_months neq 0} {$cron_last_run_months} {$MGLANG->T('months_ago')}{/if} {if $cron_last_run_days neq 0}{$cron_last_run_days} {$MGLANG->T('days_ago')}{/if} {if $cron_last_run_hours neq 0}{$cron_last_run_hours} {$MGLANG->T('hours_ago')}{/if} {$cron_last_run_minutes} {$MGLANG->T('minutes_ago')} |
| {$MGLANG->T('run_time_period')} | {$MGLANG->T('every')} {$cron_run_time_period} {$MGLANG->T('minutes')} |