diff options
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/global.asa | 2 | ||||
-rw-r--r-- | htetc/handler.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/htetc/global.asa b/htetc/global.asa index 083f2253d..94d6b7e3e 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -47,7 +47,7 @@ use FS::svc_forward; use FS::svc_www; use FS::type_pkgs; use FS::part_export; -#use FS::part_export_option; +use FS::part_export_option; sub Script_OnStart { $Response->AddHeader('Pragma' => 'no-cache'); diff --git a/htetc/handler.pl b/htetc/handler.pl index 5f244921e..8e097c656 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -104,7 +104,7 @@ sub handler use FS::svc_www; use FS::type_pkgs; use FS::part_export; - #use FS::part_export_option; + use FS::part_export_option; *CGI::redirect = sub { my( $self, $location ) = @_; |