From 31d6d0e8d0d624cd051440acf322cd8893c1026e Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 23 Dec 2003 02:36:38 +0000 Subject: add svc_external --- htetc/global.asa | 1 + htetc/handler.pl | 1 + 2 files changed, 2 insertions(+) (limited to 'htetc') diff --git a/htetc/global.asa b/htetc/global.asa index 2e31be394..f550560ee 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -56,6 +56,7 @@ use FS::svc_www; use FS::router; use FS::addr_block; use FS::svc_broadband; +use FS::svc_external; use FS::type_pkgs; use FS::part_export; use FS::part_export_option; diff --git a/htetc/handler.pl b/htetc/handler.pl index ba73bcfaf..c5f685f85 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -114,6 +114,7 @@ sub handler use FS::router; use FS::addr_block; use FS::svc_broadband; + use FS::svc_external; use FS::type_pkgs; use FS::part_export; use FS::part_export_option; -- cgit v1.2.1