From 56e9f748f4272ce7f719940443ed40a0df911120 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 3 Dec 2010 11:15:58 +0000 Subject: [PATCH] beautify update (forgot one status-output) --- install/updates/froxlor/0.9/update_0.9.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index cc630008..43aa5c81 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -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'); }