From 2ced9cdc2de1e748bd77f5a61f9e8cecd2101a1d Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 16 Feb 2022 08:36:32 +0100 Subject: [PATCH] add missing query-field Signed-off-by: Michael Kaufmann --- install/lib/class.FroxlorInstall.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/lib/class.FroxlorInstall.php b/install/lib/class.FroxlorInstall.php index 00ac8973..4f4a4ff9 100644 --- a/install/lib/class.FroxlorInstall.php +++ b/install/lib/class.FroxlorInstall.php @@ -478,6 +478,7 @@ class FroxlorInstall $defaultsslip = false; if ($this->_data['use_ssl']) { $stmt->execute(array( + 'nvh' => $this->_data['webserver'] == 'apache2' ? '1' : '0', 'serverip' => $this->_data['serverip'], 'serverport' => 443 ));