X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fglobal.asa;h=db37bf15694b1a57f30bac56d8db4095d7dd4952;hb=b2860f4fe976d87f3efebc64021a9378185d3079;hp=c4b4380d6b0f9bdbe6139a413ca8f7bd2b72d59b;hpb=1fd6d8cf5d7854860ef4fd10ed89828e0c04ec39;p=freeside.git diff --git a/htetc/global.asa b/htetc/global.asa index c4b4380d6..db37bf156 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -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; @@ -47,6 +47,11 @@ use FS::svc_www; use FS::type_pkgs; sub Script_OnStart { + $Response->AddHeader('Pragma' => 'no-cache'); + $Response->AddHeader('Cache-control' => 'no-cache'); +# $Response->AddHeader('Expires' => 0); + $Response->{Expires} = -36288000; + $cgi = new CGI; &cgisuidsetup($cgi); $p = popurl(2);