Files

6 lines
138 B
PHP
Raw Permalink Normal View History

2026-02-23 19:48:13 +08:00
<?php
header("Content-Type: text/plain;charset=UTF-8", true);
header("Location: ./ok.php", true, 301);
echo "redirect to ok.php";
exit();