- Hide the option on whether to include default directives with webservers different than nginx
- Typo fix - Indentation fix
This commit is contained in:
@@ -151,6 +151,7 @@ return array(
|
||||
'value' => array()
|
||||
),
|
||||
'vhost_usedefaultlocation' => array(
|
||||
'visible' => (Settings::Get('system.webserver') == 'nginx' ? true : false),
|
||||
'label' => $lng['admin']['vhostconfig']['vhost_usedefaultlocation']['title'],
|
||||
'desc' => $lng['admin']['vhostconfig']['vhost_usedefaultlocation']['desc'],
|
||||
'type' => 'checkbox',
|
||||
|
||||
Reference in New Issue
Block a user