web config should workish now
[freeside.git] / htetc / handler.pl
index a06ebb1..d10ecc9 100644 (file)
@@ -57,12 +57,17 @@ sub handler
       use vars qw( $cgi $p );
       use CGI;
       #use CGI::Carp qw(fatalsToBrowser);
+      use Date::Format;
+      use Date::Parse;
+      use HTML::Entities;
       use FS::UID qw(cgisuidsetup);
       use FS::Record qw(qsearch qsearchs fields);
       use FS::part_svc;
       use FS::part_pkg;
       use FS::pkg_svc;
-      use FS::CGI qw(header menubar popurl table);
+      use FS::cust_pkg;
+      use FS::cust_svc;
+      use FS::CGI qw(header menubar popurl table itable ntable);
 
       $cgi = new CGI;
       &cgisuidsetup($cgi);
@@ -71,6 +76,8 @@ sub handler
     }
     $r->content_type('text/html');
     #eorar
+
+    # @FS::CGI::@headers or some other way to set no-cache headers!!!
     
     my $status = $ah->handle_request($r);