mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
iptables.cgi: htmlcleanup, change html tags from uppercase to lowercase
This commit is contained in:
@@ -80,7 +80,7 @@ if ( $cgiparams{'selectedchain'} ne "" ){
|
||||
|
||||
print <<END
|
||||
|
||||
<DIV align='left'>
|
||||
<div align='left'>
|
||||
END
|
||||
;
|
||||
|
||||
@@ -182,7 +182,7 @@ END
|
||||
}
|
||||
print "</td>\n</tr>\n";
|
||||
}
|
||||
print "</table></DIV><br />";
|
||||
print "</table></div><br />";
|
||||
&Header::closebox();
|
||||
|
||||
## MANGLE
|
||||
@@ -202,7 +202,7 @@ if ( $cgiparams{'selectedchain'} ne "" ){
|
||||
|
||||
print <<END
|
||||
|
||||
<DIV align='left'>
|
||||
<div align='left'>
|
||||
END
|
||||
;
|
||||
|
||||
@@ -309,7 +309,7 @@ END
|
||||
}
|
||||
print "</td>\n</tr>\n";
|
||||
}
|
||||
print "</table></DIV><br />";
|
||||
print "</table></div><br />";
|
||||
&Header::closebox();
|
||||
|
||||
## NAT
|
||||
@@ -329,7 +329,7 @@ if ( $cgiparams{'selectedchain'} ne "" ){
|
||||
|
||||
print <<END
|
||||
|
||||
<DIV align='left'>
|
||||
<div align='left'>
|
||||
END
|
||||
;
|
||||
|
||||
@@ -429,11 +429,11 @@ END
|
||||
}
|
||||
print "</td>\n</tr>\n";
|
||||
}
|
||||
print "</table></DIV><br />";
|
||||
print "</table></div><br />";
|
||||
&Header::closebox();
|
||||
&Header::closebigbox();
|
||||
&Header::closepage();
|
||||
|
||||
system(rm -f "/srv/web/ipfire/html/iptables.txt");
|
||||
system(rm -f "/srv/web/ipfire/html/iptablesmangle.txt");
|
||||
system(rm -f "/srv/web/ipfire/html/iptablesnat.txt");
|
||||
system(rm -f "/srv/web/ipfire/html/iptablesnat.txt");
|
||||
|
||||
Reference in New Issue
Block a user