Name

MV_TRACK_ADMIN —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

MV_TRACK_ADMIN is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

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 {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!