summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-09 07:27:26 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-09 07:27:26 +0000
commit1e257f479a4f44ea75b09b8c964f359596cf4c3f (patch)
tree61d09211c67b6c2120642b3372cd2d3e629668fe /usr/local/www/interfaces.php
parent4596c155200a8da70a23cdf3ba4be9faceab657d (diff)
downloadpfsense-1e257f479a4f44ea75b09b8c964f359596cf4c3f.zip
pfsense-1e257f479a4f44ea75b09b8c964f359596cf4c3f.tar.gz
Oops, this is a test and not an assignment.
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index e8f33cc..054d5ad 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.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