- added admin_cronjobs.php to change cronjob intervals and possibility to enable/disable them, refs #75

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-26 08:42:13 +00:00
parent 0ec2238e4b
commit fc5d14d223
7 changed files with 199 additions and 85 deletions

View File

@@ -200,15 +200,11 @@ return array (
'label' => $lng['admin']['ipsandports']['ipsandports'],
'required_resources' => 'change_serversettings',
),
/*
* @TODO this is for Froxlor-1.0
*
array (
'url' => 'admin_cronjobs.php?page=overview',
'label' => $lng['admin']['cron']['cronsettings'],
'required_resources' => 'change_serversettings',
),
*/
array (
'url' => 'admin_settings.php?page=rebuildconfigs',
'label' => $lng['admin']['rebuildconf'],