combined all cronscripts into one master-cronfile (user only needs to add one file to the crontab);

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-25 12:50:38 +00:00
parent d1d872942a
commit 9fdece761e
26 changed files with 187 additions and 291 deletions

View File

@@ -123,8 +123,9 @@ if(!isset($settings['panel']['frontend'])
include_once ('./updates/froxlor/upgrade_syscp.inc.php');
}
if(!isset($settings['panel']['frontend'])
|| $settings['panel']['frontend'] == 'froxlor')
if(isset($settings['panel']['frontend'])
&& $settings['panel']['frontend'] == 'froxlor')
{
if($settings['panel']['version'] == '0.9-r1')
{