queue svc_forward remote commands; better commands too
[freeside.git] / htetc / global.asa
index cf6b0f6..db37bf1 100644 (file)
@@ -13,7 +13,7 @@ use FS::UID qw(cgisuidsetup dbh getotaker datasrc);
 use FS::Record qw(qsearch qsearchs fields dbdef);
 use FS::Conf;
 use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot
-               small_custview);
+               small_custview myexit);
 
 use FS::agent;
 use FS::agent_type;
@@ -49,7 +49,8 @@ use FS::type_pkgs;
 sub Script_OnStart {
   $Response->AddHeader('Pragma' => 'no-cache');
   $Response->AddHeader('Cache-control' => 'no-cache');
-  $Response->AddHeader('Expires' => 0);
+#  $Response->AddHeader('Expires' => 0);
+  $Response->{Expires} = -36288000;
 
   $cgi = new CGI;
   &cgisuidsetup($cgi);