Jamie Cameron
2021-10-16 12:17:27 -07:00
parent 06a73b990c
commit 01d9cc3d8b
2 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,9 @@ print &ui_table_row($text{'net_protocols'},
$sslopt = &find("ssl_disable", $conf, 2) ? "ssl_disable" : "ssl";
$dis = &find_value($sslopt, $conf);
if ($sslopt eq "ssl") {
@opts = ( [ "yes", $text{'yes'} ], [ "no", $text{'no'} ] );
@opts = ( [ "yes", $text{'yes'} ],
[ "required", $text{'net_ssl_required'} ],
[ "no", $text{'no'} ] );
}
else {
@opts = ( [ "no", $text{'yes'} ], [ "yes", $text{'no'} ] );