X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=htetc%2Fhandler.pl;h=cce39be1fcc6e955318eea8c45c1cad79c50d6fb;hb=ba1f19e48ec2f2ac293b07a41042de59e744db1e;hp=89287d754b2c97772ee89c653a08f7e54c15b427;hpb=52281cbeaf8d4e02345eca3c1aa0500133823558;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index 89287d754..cce39be1f 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -60,7 +60,7 @@ my $ah = new HTML::Mason::ApacheHandler ( [ 'freeside' => '%%%FREESIDE_DOCUMENT_ROOT%%%' ], [ 'rt' => '%%%FREESIDE_DOCUMENT_ROOT%%%/rt' ], ], - data_dir=>'/usr/local/etc/freeside/masondata', + data_dir=>'%%%MASONDATA%%%', #out_mode=>'stream', #RT @@ -97,6 +97,7 @@ sub handler use Date::Parse; use Time::Local; use Time::Duration; + use DateTime::Format::Strptime; use Lingua::EN::Inflect qw(PL); use Tie::IxHash; use URI::Escape;