summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
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);