summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2004-02-28 22:43:26 +0000
committerivan <ivan>2004-02-28 22:43:26 +0000
commit102f45bafff2746778d3a32326fbc6b76474050c (patch)
treebd3b015bba56924a6d48b3f0ac0c737994bdfdee /htetc
parent15a7245e27df7ae03b6af76802805e2ac29d6601 (diff)
Apache::ASP 2.55 required
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 528f02a91..c3dab19e7 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -1,5 +1,6 @@
use strict;
use vars qw( $cgi $p );
+use Apache::ASP 2.55;
use CGI 2.47;
#use CGI::Carp qw(fatalsToBrowser);
use Date::Format;