X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htetc%2Fhandler.pl;h=f41a3df704104b348d4c8554e20636d84c2543b5;hp=3c68e83ed7da4e2bd6c9d8a935ea506cb5910564;hb=ebd89c7672e0bf5150fe1c2f89c2f88b90304e8d;hpb=5b55f642a6c0a3e0e2d3c35414cb7da9ac1578f4 diff --git a/htetc/handler.pl b/htetc/handler.pl index 3c68e83ed..f41a3df70 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -6,6 +6,7 @@ use strict; use warnings; use FS::Mason qw( mason_interps ); use FS::Trace; +use FS::access_user_log; if ( %%%RT_ENABLED%%% ) { @@ -104,7 +105,6 @@ sub handler return -1 if defined( $r->content_type ) && $r->content_type !~ m!(^text/|\bxml\b)!io; - local $SIG{__WARN__}; local $SIG{__DIE__}; @@ -136,6 +136,8 @@ sub handler } + FS::access_user_log->insert_new_path( $r->uri ); + FS::Trace->log('handling request'); my %session; my $status;