From 9f5b32d7833cce9171bc0035657693c7d73afc84 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Mon, 24 Sep 2018 23:09:57 -0700 Subject: pinyweb: scalarizing CGI params because perl Because not everyone wants to Perl Jam. --- pinyweb/cgi-bin/auth/lsrepo.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pinyweb/cgi-bin/auth/lsrepo.cgi') diff --git a/pinyweb/cgi-bin/auth/lsrepo.cgi b/pinyweb/cgi-bin/auth/lsrepo.cgi index 599eb80..3513b5f 100755 --- a/pinyweb/cgi-bin/auth/lsrepo.cgi +++ b/pinyweb/cgi-bin/auth/lsrepo.cgi @@ -9,7 +9,7 @@ use CGI; use IPC::Open2; -$q = CGI->new; +#$q = CGI->new; print( "Content-type: text/plain\n\n"); -- cgit v1.2.3