diff options
author | ivan <ivan> | 2004-11-20 17:26:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-20 17:26:56 +0000 |
commit | 48ba2845d0119c56971d5b724661aa37e73b49dd (patch) | |
tree | f5b2946aec0b5ee6910c97e88aa9112cec50a405 /htetc/global.asa | |
parent | 521e7787b230669dc10e6fbd909e70ddb8121990 (diff) |
first pass at VoIP rating
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'); |