csfui.pl contains 3 unnclosed tags
Posted: 22 May 2013, 12:24
I have being modifying csfui.pl and found out 3 unclosed tags:
Please search trought the csfui.pl file with pattern:
And you will find:
Please fix it!
Please search trought the csfui.pl file with pattern:
Code: Select all
'\n
Code: Select all
print "<table align='center' border='0' cellspacing='0' cellpadding='4' bgcolor='FFFFFF' style='border:1px solid #990000'\n"; # Line 269
print "<table align='center' border='0' cellspacing='0' cellpadding='4' bgcolor='FFFFFF' style='border:1px solid #990000'\n"; # Line 1151
print "<tr bgcolor='#F4F4EA'><th align='left'>Firewall Security Level</th></tr><tr><td align='left'><table width='100%' cellpadding='4' cellspacing='0' align='center' bgcolor='FFFFFF' style='border:1px solid #990000'\n"; #Line 1214