X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htetc%2Fhandler.pl;h=851b2e7d2cf1ba0734f1e59244e95c45dc1303e1;hp=ba59e89d361b2be810c3614d6fac2326c144e52e;hb=550685eff557af23e242c545d6a9e27a7ef44f23;hpb=2b49cbe76b94c6c1561aa2bf37beba7d47591190 diff --git a/htetc/handler.pl b/htetc/handler.pl index ba59e89d3..851b2e7d2 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -20,6 +20,8 @@ use HTML::Mason::ApacheHandler; use strict; +###use Module::Refresh;### + # List of modules that you want to use from components (see Admin # manual for details) #{ package HTML::Mason::Commands; @@ -97,6 +99,7 @@ sub handler use Tie::IxHash; use URI::Escape; use HTML::Entities; + use JSON; use IO::Handle; use IO::File; use IO::Scalar; @@ -270,6 +273,8 @@ sub handler } # end package HTML::Mason::Commands; + ###Module::Refresh->refresh;### + $r->content_type('text/html'); #eorar