Files
08/网址跳转.php
T
2025-07-16 11:38:03 +00:00

12 lines
138 B
PHP

<?php
//重定向浏览器
header("Location: https://神器每日推送.tk/pz.json");
//跳转至网址
exit;
?>