From f1038a648b3d53db925b23519e7cd2a30c6837ed Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 20 Mar 2002 21:31:49 +0000 Subject: new export! infostreet and sqlradius provisioning switched over (Bug #299 - doesn't close it, but all the groundwork is done) also removes non-transactional ICRADIUS export from svc_acct.export (closes: Bug#347) --- htetc/global.asa | 2 +- htetc/handler.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'htetc') 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 ) = @_; -- cgit v1.2.1