X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htetc%2Fhandler.pl;h=8d4f1e71f56c8e3efd67dc419401ceb2264cf37c;hb=6d2919c41c3f360f4e5b683c699f78ba42f30f49;hp=0301d98d1582ca03376fa3a4e0f2fd1620528e39;hpb=654234a526b5447ec02970962cccb1cf879796c8;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index 0301d98d1..8d4f1e71f 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -38,7 +38,7 @@ use strict; my $ah = new HTML::Mason::ApacheHandler ( #interp => $interp, #auto_send_headers => 0, - comp_root=>'/var/www/freeside', + comp_root=>'%%%FREESIDE_DOCUMENT_ROOT%%%', data_dir=>'/usr/local/etc/freeside/masondata', #out_mode=>'stream', ); @@ -71,6 +71,7 @@ sub handler use HTML::Entities; use IO::Handle; use IO::File; + use Business::CreditCard; use String::Approx qw(amatch); use Chart::LinesPoints; use HTML::Widgets::SelectLayers 0.03;