Fix GUI error (#1550)

This commit is contained in:
Christophe Maudoux 2018-11-21 21:07:46 +01:00
parent 448f39ff1c
commit 54d73bc110
2 changed files with 3 additions and 2 deletions

View File

@ -3211,7 +3211,8 @@ qr/^(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-
'type' => 'int'
},
'sslByAjax' => {
'type' => 'bool'
'default' => 0,
'type' => 'bool'
},
'sslHost' => {
'type' => 'url'

File diff suppressed because one or more lines are too long