summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-07-07 12:05:30 +0000
committerErmal Luçi <eri@pfsense.org>2009-07-07 12:05:30 +0000
commit679d21bb2408e20308c99d228681ed852fa15f3e (patch)
tree043a96829be3a151cdf8d2984074765524c79b9a /usr/local/www/guiconfig.inc
parent3331a640f61fc3176d03f84e90b0539a93d1ca36 (diff)
downloadpfsense-679d21bb2408e20308c99d228681ed852fa15f3e.zip
pfsense-679d21bb2408e20308c99d228681ed852fa15f3e.tar.gz
Fix some typos.
Diffstat (limited to 'usr/local/www/guiconfig.inc')
-rwxr-xr-xusr/local/www/guiconfig.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index bec591e..3bdcea9 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -590,10 +590,13 @@ function is_specialnet($net) {
if(!$net)
return false;
- if (in_array($net, $specialsrcdst) || strstr($net, "opt"))
+ if (in_array($net, $specialsrcdst)) {
+ echo "To test: {$net} ---- true";
return true;
- else
+ } else {
+ echo "To test: {$net} ---- false";
return false;
+ }
}
//function to create widget tabs when called
OpenPOWER on IntegriCloud