minor fixes

This commit is contained in:
Darryl Quinn 2015-07-30 15:33:22 -05:00
parent 478caec8f7
commit 5358f43604
2 changed files with 2 additions and 0 deletions

0
files/www/cgi-bin/signal2 Normal file → Executable file
View File

View File

@ -48,6 +48,8 @@ my $counter=0;
my $sjson;
my $njson;
system("touch $filename") unless (-f $filename);
if($parms{"realtime"}) {
# ==== REALTIME DATA =====
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime(time);