diff options
Diffstat (limited to 'htetc/global.asa')
-rw-r--r-- | htetc/global.asa | 1 |
1 files changed, 1 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'); |