added a comments/questions line

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@999 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-09-26 20:21:20 +00:00
parent 365d5fb6a6
commit 3ae6e98a9d

View File

@ -30,7 +30,7 @@ sub default() {
print b("Stats:");
print br(), br();
my $tm = localtime;
my $timeuntil = $tm->min;
my $timeuntil = 60 - $tm->min;
print "There are ${timeuntil} minutes until the next hourly run";
open(FILE,"lastruntime.txt");
my $lastruntime=<FILE>;
@ -49,6 +49,9 @@ sub default() {
print $query->hidden(-name=>'cachebuster', -value=>${cachebuster});
print p(), submit(-value=>'Go');
print end_form();
print hr();
print p("Comments? Questions? Please post them <a href=\"http://sourceforge.net/forum/forum.php?forum_id=188192\">here</a>");
}
sub loadProjectList() {