Style clean up

This commit is contained in:
swaggboi 2021-03-07 20:55:34 -05:00
parent f84c4964be
commit 6ca966cb9c

View File

@ -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 = (