- add message catalog table & beginning of web interface
[freeside.git] / htetc / global.asa
index 339f01d..0576951 100644 (file)
@@ -9,7 +9,8 @@ use HTML::Entities;
 use IO::Handle;
 use IO::File;
 use String::Approx qw(amatch);
-use FS::UID qw(cgisuidsetup dbh getotaker datasrc);
+use HTML::Widgets::SelectLayers;
+use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name);
 use FS::Record qw(qsearch qsearchs fields dbdef);
 use FS::Conf;
 use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot
@@ -45,6 +46,9 @@ 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;
+use FS::msgcat qw(gettext geterror);
 
 sub Script_OnStart {
   $Response->AddHeader('Pragma' => 'no-cache');