MV_TRACK_ADMIN —
Interchange 5.9.0:
Source: lib/Vend/Dispatch.pm
Line 1681 (context shows lines 1671-1685 in dispatch():1266)
if delete $Vend::Session->{one_time_path_alias}{$Vend::FinalPath};
}
url_history($Vend::FinalPath) if $Vend::Cfg->{History};
Vend::Server::set_process_name("$Vend::Cat $CGI::host $sessionid " . \
($Vend::Session->{username} || '-') . " $Vend::FinalPath");
# TRACK
$Vend::Track = Vend::Track->new
if ($Vend::Cfg->{UserTrack} or $Vend::Cfg->{TrackFile})
and not ($Vend::admin and ! $::Variable->{MV_TRACK_ADMIN});
# END TRACK
if($Vend::Cfg->{DisplayErrors} and $Global::DisplayErrors) {
$SIG{""} = sub {