From 61e45fe197569794f4b54f97948b67c273f2ba9c Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 13 Mar 2021 02:21:16 -0500 Subject: [PATCH] Comments --- www-swagg.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/www-swagg.pl b/www-swagg.pl index e879338..0920f36 100755 --- a/www-swagg.pl +++ b/www-swagg.pl @@ -14,6 +14,7 @@ plugin 'Config'; plugin CGI => ['/cgi-bin/guest' => './cgi-bin/guest_mm.cgi']; plugin CGI => ['/cgi-bin/whoami' => './cgi-bin/whoami.cgi' ]; +# Handle the session under sub { my ($c) = @_;