summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wan.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-09 07:16:27 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-09 07:16:27 +0000
commit4596c155200a8da70a23cdf3ba4be9faceab657d (patch)
treec183c23552663ba5e1db8706356f067fa3fe9a70 /usr/local/www/interfaces_wan.php
parente30001cf1904c47885781f068261f895108fd00b (diff)
downloadpfsense-4596c155200a8da70a23cdf3ba4be9faceab657d.zip
pfsense-4596c155200a8da70a23cdf3ba4be9faceab657d.tar.gz
Oops, this is a test and not an assignment.
Diffstat (limited to 'usr/local/www/interfaces_wan.php')
-rwxr-xr-xusr/local/www/interfaces_wan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php
index 4a99fd9..4854df5 100755
--- a/usr/local/www/interfaces_wan.php
+++ b/usr/local/www/interfaces_wan.php
@@ -949,7 +949,7 @@ seconds<br>If no qualifying outgoing packets are transmitted for the specified n
<script language="JavaScript">
<!--
<?php
-if ($if == "wan" || $if = "lan")
+if ($if == "wan" || $if == "lan")
echo "\$('allcfg').appear();";
else
echo "show_allcfg(document.iform.enable);";
OpenPOWER on IntegriCloud