wlanap.cgi: Change broadcast SSID to hide SSID

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-09-20 13:55:40 +02:00
parent 65ec7b9d83
commit 9f30d83f50
12 changed files with 21 additions and 15 deletions

View File

@@ -211,9 +211,9 @@ print <<END;
</tr>
<tr>
<td>$Lang::tr{'wlanap broadcast ssid'}</td>
<td>$Lang::tr{'wlanap hide ssid'}</td>
<td>
<input type='checkbox' name='HIDESSID' $checked{'HIDESSID'}{'off'}>
<input type='checkbox' name='HIDESSID' $checked{'HIDESSID'}{'on'}>
</td>
</tr>