finally found it :P here we go ^^

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-26 11:41:36 +00:00
parent 74babe96fa
commit d55e9c903e
3 changed files with 3 additions and 8 deletions

View File

@@ -27,12 +27,6 @@ return array(
'type' => 'hidden', 'type' => 'hidden',
'default' => '', 'default' => '',
), ),
'panel_frontend' => array(
'settinggroup' => 'panel',
'varname' => 'frontend',
'type' => 'hidden',
'default' => 'froxlor',
),
'system_last_tasks_run' => array( 'system_last_tasks_run' => array(
'settinggroup' => 'system', 'settinggroup' => 'system',
'varname' => 'last_tasks_run', 'varname' => 'last_tasks_run',

View File

@@ -86,7 +86,8 @@ if(!isFroxlor())
include_once (makeCorrectFile(dirname(__FILE__).'/updates/froxlor/upgrade_syscp.inc.php')); include_once (makeCorrectFile(dirname(__FILE__).'/updates/froxlor/upgrade_syscp.inc.php'));
} }
else
if(isFroxlor())
{ {
include_once (makeCorrectFile(dirname(__FILE__).'/updates/froxlor/0.9/update_0.9.inc.php')); include_once (makeCorrectFile(dirname(__FILE__).'/updates/froxlor/0.9/update_0.9.inc.php'));
} }

View File

@@ -162,7 +162,7 @@ function lastStepStatus($status = -1)
break; break;
} }
// output // output
echo "<span style=\"margin-left: 5em; font-weight: bold; color: #".$status_color."\">".$status_sign."</span>"; echo "<span style=\"margin-left: 5em; font-weight: bold; color: #".$status_color."\">".$status_sign."</span><br />";
if($status == -1) if($status == -1)
{ {