From 6ca966cb9c8f6559afad3f8050600455683f51bb Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sun, 7 Mar 2021 20:55:34 -0500 Subject: [PATCH] Style clean up --- www-swagg.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-swagg.pl b/www-swagg.pl index 8c13818..ed701f3 100755 --- a/www-swagg.pl +++ b/www-swagg.pl @@ -17,8 +17,8 @@ plugin CGI => ['/cgi-bin/whoami' => './cgi-bin/whoami.cgi']; # The main landing page; pass in the output of the fortune command get '/' => sub { my ($c) = @_; + my $count = format_number time; # Grab epoch and add commas my $fortune = `/usr/games/fortune` || `fortune` || "huh??\n"; - my $count = format_number time; # Grab epoch and add commas # Gather all our server-side stuff my %serverSide = (