修复adjust归因失败
This commit is contained in:
@@ -35,10 +35,12 @@ class FpPageRenderer
|
||||
exit;
|
||||
}
|
||||
if ($show_content == '302') {
|
||||
header('location:' . $fp_url);
|
||||
header('Referrer-Policy: origin-when-cross-origin');
|
||||
header('Location: ' . $fp_url, true, 302);
|
||||
exit;
|
||||
}
|
||||
if ($show_content == 'js') {
|
||||
$fp_url_js = htmlspecialchars($fp_url, ENT_QUOTES, 'UTF-8');
|
||||
?>
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
var time = 1;
|
||||
@@ -48,7 +50,7 @@ class FpPageRenderer
|
||||
timelong ++;
|
||||
}
|
||||
function redirect(){
|
||||
window.location.href="<?php echo $fp_url; ?>";
|
||||
window.location.href="<?php echo $fp_url_js; ?>";
|
||||
}
|
||||
timer=setInterval('diplaytime()', 300);
|
||||
timer=setTimeout('redirect()',time * 300);
|
||||
|
||||
Reference in New Issue
Block a user