- Timestamp:
- 09/25/08 11:16:41 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-Hachero/trunk/lib/App/Hachero/Plugin/Analyze/UserAgent.pm
r19768 r19888 11 11 my $req = $context->currentinfo->{request} or return; 12 12 my $browser = $context->currentinfo->{useragent} or return; 13 my $browser_string = $browser-> browser_string || '';13 my $browser_string = $browser->name || 'Unknown'; 14 14 my $truncate = $self->config->{config}->{truncate_to} || 'hour'; 15 15 my $time = $req->{datetime}->clone->truncate(to => $truncate); … … 17 17 18 18 $context->result->{UserAgent} ||= App::Hachero::Result::UserAgent->new; 19 20 19 $context->result->{UserAgent}->push( 21 20 {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)