diff options
author | ivan <ivan> | 2004-11-16 14:19:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-16 14:19:18 +0000 |
commit | ac9a5336dd181bc617710a09effc3efa1a0d5932 (patch) | |
tree | 7f6390bd7ebd7a5f0afa03dd0955367b859a76f9 | |
parent | 221810c11c19abc675298cc5f8522e8ef56bc33f (diff) |
can't set $p without $cgi
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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); |