- show only description rather than the filename (uninteresting for users and better fit on page)
This commit is contained in:
@@ -36,7 +36,6 @@ if($page == 'cronjobs'
|
||||
$log->logAction(ADM_ACTION, LOG_NOTICE, "viewed admin_cronjobs");
|
||||
|
||||
$fields = array(
|
||||
'c.cronfile' => $lng['cron']['cronname'],
|
||||
'c.lastrun' => $lng['cron']['lastrun'],
|
||||
'c.interval' => $lng['cron']['interval'],
|
||||
'c.isactive' => $lng['cron']['isactive']
|
||||
|
||||
Reference in New Issue
Block a user