0.11 dev (#1010)
* update layout and bootstrap package * update templates Co-authored-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -468,8 +468,9 @@ class FroxlorInstall
|
||||
`vhostcontainer` = '1',
|
||||
`vhostcontainer_servername_statement` = '1'
|
||||
");
|
||||
$nvh = $this->_data['webserver'] == 'apache2' ? '1' : '0';
|
||||
$stmt->execute(array(
|
||||
'nvh' => $this->_data['webserver'] == 'apache2' ? '1' : '0',
|
||||
'nvh' => $nvh,
|
||||
'serverip' => $this->_data['serverip'],
|
||||
'serverport' => 80
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user