X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=e643559f09c2bee6205ed6182850d4908599101e;hb=ff600bea7c4f34854be39bc4a6b56f20c1605c4d;hp=e537d26fc2f0254f67b8263d1e32fe1bac5f0184;hpb=60c837e0aaf454dfa0b0c0283dc36928782d1b6c;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index e537d26fc..e643559f0 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -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; @@ -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);