Revision 1e257f47
Added by Ermal Luçi almost 17 years ago
usr/local/www/interfaces.php | ||
---|---|---|
949 | 949 |
<script language="JavaScript"> |
950 | 950 |
<!-- |
951 | 951 |
<?php |
952 |
if ($if == "wan" || $if = "lan") |
|
952 |
if ($if == "wan" || $if == "lan")
|
|
953 | 953 |
echo "\$('allcfg').appear();"; |
954 | 954 |
else |
955 | 955 |
echo "show_allcfg(document.iform.enable);"; |
Also available in: Unified diff
Oops, this is a test and not an assignment.