summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_snmp.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-04-06 10:49:51 +0000
committerErmal <eri@pfsense.org>2011-04-06 10:49:51 +0000
commitd10da0f9958850c0417efdcfbee8a9ea746923a9 (patch)
tree21632785fca8f320e92abd240c64638809b13da7 /usr/local/www/services_snmp.php
parent5766add89187bf47c225f67697e37ca25b0dbc71 (diff)
downloadpfsense-d10da0f9958850c0417efdcfbee8a9ea746923a9.zip
pfsense-d10da0f9958850c0417efdcfbee8a9ea746923a9.tar.gz
Resolves #1418. Correct test to actully do what's intended.
Diffstat (limited to 'usr/local/www/services_snmp.php')
-rwxr-xr-xusr/local/www/services_snmp.php2
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">
OpenPOWER on IntegriCloud