beautify update (forgot one status-output)

This commit is contained in:
Michael Kaufmann (d00p)
2010-12-03 11:15:58 +00:00
parent 80e338610f
commit 56e9f748f4

View File

@@ -1258,6 +1258,7 @@ if(isFroxlorVersion('0.9.14'))
$db->query("INSERT INTO `".TABLE_PANEL_SETTINGS."` (`settinggroup`, `varname`, `value`) VALUES ('system', 'nginx_php_backend', '127.0.0.1:8888')");
$db->query("INSERT INTO `".TABLE_PANEL_SETTINGS."` (`settinggroup`, `varname`, `value`) VALUES ('system', 'perl_server', 'unix:/var/run/nginx/cgiwrap-dispatch.sock')");
$db->query("INSERT INTO `".TABLE_PANEL_SETTINGS."` (`settinggroup`, `varname`, `value`) VALUES ('system', 'phpreload_command', '')");
lastStepStatus(0);
updateToVersion('0.9.15-svn1');
}