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