diff options
Diffstat (limited to 'htetc/global.asa')
-rw-r--r-- | htetc/global.asa | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa index 782e06223..146310d57 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -71,6 +71,9 @@ use FS::part_export; use FS::part_export_option; use FS::export_svc; use FS::msgcat; +use FS::rate; +use FS::rate_region; +use FS::rate_prefix; sub Script_OnStart { $Response->AddHeader('Cache-control' => 'no-cache'); |