diff options
author | Ermal <eri@pfsense.org> | 2011-04-06 10:49:51 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-04-06 10:49:51 +0000 |
commit | d10da0f9958850c0417efdcfbee8a9ea746923a9 (patch) | |
tree | 21632785fca8f320e92abd240c64638809b13da7 /usr | |
parent | 5766add89187bf47c225f67697e37ca25b0dbc71 (diff) | |
download | pfsense-d10da0f9958850c0417efdcfbee8a9ea746923a9.zip pfsense-d10da0f9958850c0417efdcfbee8a9ea746923a9.tar.gz |
Resolves #1418. Correct test to actully do what's intended.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/services_snmp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_snmp.php b/usr/local/www/services_snmp.php index 432db3d..925cb7b 100755 --- a/usr/local/www/services_snmp.php +++ b/usr/local/www/services_snmp.php @@ -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"> |