- re-enable setting for "path to awstats 'awstats_buildstaticpages.pl' script", fixes #120

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-07 11:14:43 +00:00
parent 1839264f7a
commit 5e3a4fb1ab
7 changed files with 33 additions and 17 deletions

View File

@@ -392,4 +392,15 @@ if(isFroxlorVersion('0.9.3-svn5'))
updateToVersion('0.9.4');
}
if(isFroxlorVersion('0.9.4'))
{
showUpdateStep("Updating from 0.9.4 to 0.9.4-svn1", true);
showUpdateStep("Adding new settings");
$db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system', 'awstats_path', '/usr/bin/');");
lastStepStatus(0);
updateToVersion('0.9.4-svn1');
}
?>