| 12 |
} |
} |
| 13 |
|
|
| 14 |
if ($html) { |
if ($html) { |
| 15 |
print "<title>testing security issues</title>\n"; |
print "<html><title>testing security issues</title>\n"; |
| 16 |
print "<ul>\n"; |
print "<ul>\n"; |
| 17 |
} |
} |
| 18 |
|
|
| 73 |
if ($html) { |
if ($html) { |
| 74 |
print "</ul>\n"; |
print "</ul>\n"; |
| 75 |
print "<hr>\n"; |
print "<hr>\n"; |
| 76 |
print "Total unfixed: $unfixed\n"; |
print "Total unfixed: $unfixed<br>\n"; |
| 77 |
print "Total fixed in unstable but not testing: $unprop\n"; |
print "Total fixed in unstable but not testing: $unprop<br>\n"; |
| 78 |
print "Last update: ".`date`; |
print "Last update: ".`date`."<br>\n"; |
| 79 |
|
print "</html>\n"; |
| 80 |
} |
} |