summaryrefslogtreecommitdiff
path: root/htetc/global.asa
diff options
context:
space:
mode:
authorivan <ivan>2002-03-12 15:33:22 +0000
committerivan <ivan>2002-03-12 15:33:22 +0000
commitf96adaf19c0097ef8c9d6f29a5541b75381cc05d (patch)
treecf4d248a6c0048ed5cd6ca97fbb0b0965fa43f06 /htetc/global.asa
parent56ef0a8a658b8449d1125fe017b21e0c636a8b0c (diff)
abstract stupid HTML layer trick out to HTML::Widgets::SelectLayers
Diffstat (limited to 'htetc/global.asa')
-rw-r--r--htetc/global.asa3
1 files changed, 3 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index 339f01dae..083f2253d 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -9,6 +9,7 @@ use HTML::Entities;
use IO::Handle;
use IO::File;
use String::Approx qw(amatch);
+use HTML::Widgets::SelectLayers;
use FS::UID qw(cgisuidsetup dbh getotaker datasrc);
use FS::Record qw(qsearch qsearchs fields dbdef);
use FS::Conf;
@@ -45,6 +46,8 @@ use FS::svc_domain;
use FS::svc_forward;
use FS::svc_www;
use FS::type_pkgs;
+use FS::part_export;
+#use FS::part_export_option;
sub Script_OnStart {
$Response->AddHeader('Pragma' => 'no-cache');