mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
system: tweak wording on previous
This commit is contained in:
parent
0caeb312c0
commit
deda19dc61
@ -372,9 +372,9 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="ssl_opts">
|
||||
<td><a id="help_for_sslciphers" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("limit SSL Ciphers (advanced)"); ?></td>
|
||||
<td><a id="help_for_sslciphers" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("SSL Ciphers"); ?></td>
|
||||
<td>
|
||||
<select name="ssl-ciphers[]" class="selectpicker" multiple="multiple" data-live-search="true" title="<?=gettext("leave default");?>">
|
||||
<select name="ssl-ciphers[]" class="selectpicker" multiple="multiple" data-live-search="true" title="<?=gettext("System defaults");?>">
|
||||
<?php
|
||||
$ciphers = json_decode(configd_run("system ssl ciphers"), true);
|
||||
foreach ($ciphers as $cipher => $cipher_data):?>
|
||||
@ -385,7 +385,7 @@ include("head.inc");
|
||||
endforeach;?>
|
||||
</select>
|
||||
<div class="hidden" for="help_for_sslciphers">
|
||||
<?=gettext("Limit SSL ciphers to selected ones, be **very** careful changing this option, invalid options could lead to an inaccessible user interface.");?>
|
||||
<?=gettext("Limit SSL cipher selection in case the system defaults are undesired. Note that restrictive use may lead to an inaccessible web GUI.");?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user