X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htetc%2Fhandler.pl;fp=htetc%2Fhandler.pl;h=45afafbec4b0911dc3ef129694024143fe210931;hp=18108ab11e6fd77f6cd8d26a0b177d84b380d314;hb=d54ade7b3c18794d5ab79f707fc35f0da061306a;hpb=395b48e2a32e90ae0edf2e45a31758dc78181f04 diff --git a/htetc/handler.pl b/htetc/handler.pl index 18108ab11..45afafbec 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -7,6 +7,7 @@ use warnings; use FS::Mason qw( mason_interps ); use FS::Trace; use FS::Conf; +use FS::access_user_log; $FS::Conf::conf_cache_enabled = 1; # enable FS::Conf caching for performance @@ -107,7 +108,6 @@ sub handler return -1 if defined( $r->content_type ) && $r->content_type !~ m!(^text/|\bxml\b)!io; - local $SIG{__WARN__}; local $SIG{__DIE__}; @@ -139,6 +139,8 @@ sub handler } + FS::access_user_log->insert_new_path( $r->uri ); + FS::Trace->log('handling request'); my %session; my $status;