From: ivan Date: Tue, 16 Nov 2004 14:19:18 +0000 (+0000) Subject: can't set $p without $cgi X-Git-Tag: BEFORE_FINAL_MASONIZE~856 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ac9a5336dd181bc617710a09effc3efa1a0d5932 can't set $p without $cgi --- 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);