add missing query-field

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-16 08:36:32 +01:00
parent 407a1daebf
commit 2ced9cdc2d

View File

@@ -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
));