summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorjeff <jeff>2007-10-08 19:04:50 +0000
committerjeff <jeff>2007-10-08 19:04:50 +0000
commitde08f05ca3392cd47de0a144fd5938f458f2b4cc (patch)
tree7ddfaccf94a857c899524d77a096bed169ea03f5 /htetc/handler.pl
parent2ad6056b681be4cdec55563c8889eb5afd2032ca (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 28cb58cc5..685b8b0cf 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -268,6 +268,11 @@ sub handler
$m->scomp(@_);
}
+ sub errorpage {
+ use vars qw($m);
+ $m->comp('/elements/errorpage.html', @_);
+ }
+
sub redirect {
my( $location ) = @_;
use vars qw($m);