summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa1
-rw-r--r--htetc/handler.pl1
2 files changed, 2 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 3781f947d..39ec898de 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -12,6 +12,7 @@ use Date::Parse;
use Time::Local;
use Time::Duration;
use Tie::IxHash;
+use URI::Escape;
use HTML::Entities;
use IO::Handle;
use IO::File;
diff --git a/htetc/handler.pl b/htetc/handler.pl
index b44e3f2d4..ad671d6c7 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -95,6 +95,7 @@ sub handler
use Time::Local;
use Time::Duration;
use Tie::IxHash;
+ use URI::Escape;
use HTML::Entities;
use IO::Handle;
use IO::File;