combined all cronscripts into one master-cronfile (user only needs to add one file to the crontab);
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user