X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htetc%2Fhandler.pl;h=851b2e7d2cf1ba0734f1e59244e95c45dc1303e1;hp=b44e3f2d4da8f44c2eb073db58fb88ffac3cd250;hb=550685eff557af23e242c545d6a9e27a7ef44f23;hpb=18c025613fa052cf4ba8d484f1296cc2a1719a24 diff --git a/htetc/handler.pl b/htetc/handler.pl index b44e3f2d4..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; @@ -95,7 +97,9 @@ sub handler use Time::Local; use Time::Duration; use Tie::IxHash; + use URI::Escape; use HTML::Entities; + use JSON; use IO::Handle; use IO::File; use IO::Scalar; @@ -109,7 +113,7 @@ sub handler use Business::CreditCard; use String::Approx qw(amatch); use Chart::LinesPoints; - use HTML::Widgets::SelectLayers 0.03; + use HTML::Widgets::SelectLayers 0.05; use FS; use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name); use FS::Record qw(qsearch qsearchs fields dbdef); @@ -164,6 +168,8 @@ sub handler use FS::rate; use FS::rate_region; use FS::rate_prefix; + use FS::payment_gateway; + use FS::agent_payment_gateway; use FS::XMLRPC; if ( %%%RT_ENABLED%%% ) { @@ -267,6 +273,8 @@ sub handler } # end package HTML::Mason::Commands; + ###Module::Refresh->refresh;### + $r->content_type('text/html'); #eorar