mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix this disabled test for CSC entries.
This commit is contained in:
parent
93b2c45985
commit
f3dc4bf1af
@ -316,7 +316,7 @@ function netbios_change() {
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<?php set_checked(isset($pconfig['disable']),$chk); ?>
|
||||
<?php set_checked($pconfig['disable'],$chk); ?>
|
||||
<input name="disable" type="checkbox" value="yes" <?=$chk;?>/>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user