diff options
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/global.asa | 1 | ||||
-rw-r--r-- | htetc/handler.pl | 1 |
2 files changed, 2 insertions, 0 deletions
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; |