- added description for redirect-codes

- increase version number to 0.9.7-svn3
This commit is contained in:
Michael Kaufmann (d00p)
2010-05-17 08:26:55 +00:00
parent 34de2c03c4
commit f5576606e1
7 changed files with 47 additions and 16 deletions

View File

@@ -19,6 +19,9 @@
$updatelog = FroxlorLogger::getInstanceOf(array('loginname' => 'updater'), $db, $settings);
$filelog = FileLogger::getInstanceOf(array('loginname' => 'updater'), $settings);
$filelog->setLogFile(makeCorrectFile(dirname(__FILE__).'/update.log'));
/*
* since froxlor, we have to check if there's still someone
* out there using syscp and needs to upgrade
@@ -89,8 +92,6 @@ if(!isFroxlor())
if(isFroxlor())
{
$filelog = FileLogger::getInstanceOf(array('loginname' => 'updater'), $settings);
$filelog->setLogFile(makeCorrectFile(dirname(__FILE__).'/update.log'));
$filelog->logAction(ADM_ACTION, LOG_NOTICE, '-------------- START LOG --------------');
include_once (makeCorrectFile(dirname(__FILE__).'/updates/froxlor/0.9/update_0.9.inc.php'));
$filelog->logAction(ADM_ACTION, LOG_NOTICE, '--------------- END LOG ---------------');