diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-09-09 07:16:27 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-09-09 07:16:27 +0000 |
commit | 4596c155200a8da70a23cdf3ba4be9faceab657d (patch) | |
tree | c183c23552663ba5e1db8706356f067fa3fe9a70 /usr/local | |
parent | e30001cf1904c47885781f068261f895108fd00b (diff) | |
download | pfsense-4596c155200a8da70a23cdf3ba4be9faceab657d.zip pfsense-4596c155200a8da70a23cdf3ba4be9faceab657d.tar.gz |
Oops, this is a test and not an assignment.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/interfaces_wan.php | 2 |
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);"; |