mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Resolves #1418. Correct test to actully do what's intended.
This commit is contained in:
parent
5766add891
commit
d10da0f995
@ -384,7 +384,7 @@ function enable_change(whichone) {
|
||||
<input name="hostres" type="checkbox" id="hostres" value="yes" onClick="check_deps()" <?php if ($pconfig['hostres']) echo "checked"; ?> ><?=gettext("Host Resources (Requires MibII)");?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if(!$config['interfaces']['lan']): ?>
|
||||
<?php if($config['interfaces']['lan']): ?>
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vtable"></td>
|
||||
<td width="78%" class="vtable">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user