From ac9a5336dd181bc617710a09effc3efa1a0d5932 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Nov 2004 14:19:18 +0000 Subject: [PATCH] can't set $p without $cgi --- htetc/handler.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htetc/handler.pl b/htetc/handler.pl index 33f9c48a0..b9da085a1 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -213,9 +213,9 @@ sub handler $cgi = new CGI; &cgisuidsetup($cgi); #&cgisuidsetup($r); + $p = popurl(2); } - $p = popurl(2); sub include { use vars qw($m); -- 2.11.0