add missing query-field
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -478,6 +478,7 @@ class FroxlorInstall
|
|||||||
$defaultsslip = false;
|
$defaultsslip = false;
|
||||||
if ($this->_data['use_ssl']) {
|
if ($this->_data['use_ssl']) {
|
||||||
$stmt->execute(array(
|
$stmt->execute(array(
|
||||||
|
'nvh' => $this->_data['webserver'] == 'apache2' ? '1' : '0',
|
||||||
'serverip' => $this->_data['serverip'],
|
'serverip' => $this->_data['serverip'],
|
||||||
'serverport' => 443
|
'serverport' => 443
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user