summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2004-11-16 14:19:18 +0000
committerivan <ivan>2004-11-16 14:19:18 +0000
commitac9a5336dd181bc617710a09effc3efa1a0d5932 (patch)
tree7f6390bd7ebd7a5f0afa03dd0955367b859a76f9 /htetc
parent221810c11c19abc675298cc5f8522e8ef56bc33f (diff)
can't set $p without $cgi
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl2
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);