version 1.64, 2022/09/17 23:38:50
|
version 1.65, 2023/06/02 01:20:26
|
Line 362 sub handler {
|
Line 362 sub handler {
|
} |
} |
if ($env{'request.linkprot'}) { |
if ($env{'request.linkprot'}) { |
$info{'linkprot'} = $env{'request.linkprot'}; |
$info{'linkprot'} = $env{'request.linkprot'}; |
foreach my $item ('linkprotuser','linkprotexit') { |
foreach my $item ('linkprotuser','linkprotexit','linkprotpbid','linkprotpburl') { |
if ($env{'request.'.$item}) { |
if ($env{'request.'.$item}) { |
$info{$item} = $env{'request.'.$item}; |
$info{$item} = $env{'request.'.$item}; |
} |
} |