summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorjeff <jeff>2007-10-08 19:14:28 +0000
committerjeff <jeff>2007-10-08 19:14:28 +0000
commit718f65eee1c797ea90a315b5f03fae75c80a5112 (patch)
treeb401a06d365a615c390d38f4a7ccbdabe9bc00ac /htetc/handler.pl
parent9fd3c8211ebccf727d1c048620d1527926a3b779 (diff)
Remove remaining calls to idiot/eidiot. Should fix 1479
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 1479145..8bf0d59 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -281,6 +281,11 @@ sub handler
$m->scomp(@_);
}
+ sub errorpage {
+ use vars qw($m);
+ $m->comp('/elements/errorpage.html', @_);
+ }
+
sub redirect {
my( $location ) = @_;
use vars qw($m);