web config should workish now
[freeside.git] / htetc / handler.pl
index d747fe4..d10ecc9 100644 (file)
@@ -59,6 +59,7 @@ sub handler
       #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;
@@ -66,7 +67,7 @@ sub handler
       use FS::pkg_svc;
       use FS::cust_pkg;
       use FS::cust_svc;
-      use FS::CGI qw(header menubar popurl table ntable);
+      use FS::CGI qw(header menubar popurl table itable ntable);
 
       $cgi = new CGI;
       &cgisuidsetup($cgi);
@@ -75,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);