You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdd-order-api/app/views/page/common/overall/no_referrer_jump.php

10 lines
251 B
PHP

<html>
<head>
<title>跳转...</title>
<meta name="referrer" content="no-referrer">
<meta http-equiv="refresh" content="0;url=<?php echo $url; ?>">
</head>
<body>
正在跳转到 <a href="<?php echo $url; ?>"><?php echo $url; ?></a>
</body>
</html>