Changed page header to reflect the actual frequency of runs
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2106 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -25,7 +25,7 @@ sub default() {
|
|||||||
my $lastruntime=<FILE>;
|
my $lastruntime=<FILE>;
|
||||||
close(FILE);
|
close(FILE);
|
||||||
print br();
|
print br();
|
||||||
print "This report is run 10 minutes past the hour at midnight, 3, 6, 9, 12, 15, 18, and 21 hours U.S. Pacific Standard Time.<br>The last run finished at ", $lastruntime, ". Right now it's ", ctime(), ".";
|
print "This report is regenerated 10 minutes past the hour at 0000, 0600, 1200, and 1800 U.S. Pacific Standard Time.<br>The last run finished at ", $lastruntime, ". Right now it's ", ctime(), ".";
|
||||||
print "<p><b>1/31/03: The jakarta.apache.org and xml.apache.org projects have been moved <a href=\"http://cvs.apache.org/~tcopeland/pmdweb/\">here</a></b>";
|
print "<p><b>1/31/03: The jakarta.apache.org and xml.apache.org projects have been moved <a href=\"http://cvs.apache.org/~tcopeland/pmdweb/\">here</a></b>";
|
||||||
print br();
|
print br();
|
||||||
print hr();
|
print hr();
|
||||||
|
Reference in New Issue
Block a user