Clean up unnecessary fat commas

This commit is contained in:
swaggboi 2021-06-03 23:56:51 -04:00
parent 62fc1b2309
commit 48bf2dea84

View File

@ -11,8 +11,8 @@ use Number::Format qw{format_number};
plugin 'Config'; plugin 'Config';
# CGI scripts # CGI scripts
plugin CGI => ['/cgi-bin/guest.cgi' => './cgi-bin/guest_mm.cgi']; plugin CGI => ['/cgi-bin/guest.cgi', './cgi-bin/guest_mm.cgi'];
plugin CGI => ['/cgi-bin/whoami.cgi' => './cgi-bin/whoami.cgi' ]; plugin CGI => ['/cgi-bin/whoami.cgi', './cgi-bin/whoami.cgi'];
# Handle the session # Handle the session
under sub { under sub {