Style clean up
This commit is contained in:
parent
f84c4964be
commit
6ca966cb9c
|
@ -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 = (
|
||||
|
|
Loading…
Reference in a new issue