- forgot to add setting for SSLCertificateChainFile to the settings-array, refs #418

This commit is contained in:
Michael Kaufmann (d00p)
2010-10-15 11:55:28 +00:00
parent 15a03f63a9
commit 9fe6db8cd9

View File

@@ -230,6 +230,16 @@ return array(
'default' => '',
'save_method' => 'storeSettingField',
),
'system_ssl_cert_chainfile' => array(
'label' => $lng['admin']['ipsandports']['ssl_cert_chainfile'],
'settinggroup' => 'system',
'varname' => 'ssl_cert_chainfile',
'type' => 'string',
'string_type' => 'file',
'string_emptyallowed' => true,
'default' => '',
'save_method' => 'storeSettingField',
),
'system_ssl_openssl_cnf' => array(
'label' => $lng['serversettings']['ssl']['openssl_cnf'],
'settinggroup' => 'system',