Clean up unnecessary fat commas
This commit is contained in:
parent
62fc1b2309
commit
48bf2dea84
|
@ -11,8 +11,8 @@ use Number::Format qw{format_number};
|
|||
plugin 'Config';
|
||||
|
||||
# CGI scripts
|
||||
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/guest.cgi', './cgi-bin/guest_mm.cgi'];
|
||||
plugin CGI => ['/cgi-bin/whoami.cgi', './cgi-bin/whoami.cgi'];
|
||||
|
||||
# Handle the session
|
||||
under sub {
|
||||
|
|
Loading…
Reference in a new issue