summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2002-04-05 23:51:18 +0000
committerivan <ivan>2002-04-05 23:51:18 +0000
commit87af741da0dd5f6a76bbb566b4d6c54cd5b15315 (patch)
treed7c594b3e74bcea1e78beef56150ddf51ba24934 /htetc
parentee037398ef051cca986f799c52e52c0114f897c9 (diff)
- add message catalog table & beginning of web interface
- add security_phrase and conf option to svc_acct.pm - random other stuff
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 48d0d6fcd..057695183 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -48,6 +48,7 @@ use FS::svc_www;
use FS::type_pkgs;
use FS::part_export;
use FS::part_export_option;
+use FS::msgcat qw(gettext geterror);
sub Script_OnStart {
$Response->AddHeader('Pragma' => 'no-cache');
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 1a746a552..2f8146e3e 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -105,6 +105,7 @@ sub handler
use FS::type_pkgs;
use FS::part_export;
use FS::part_export_option;
+ use FS::msgcat qw(gettext geterror);
*CGI::redirect = sub {
my( $self, $location ) = @_;