yzms/touch/index.php

7 lines
171 B
PHP
Raw Normal View History

2024-04-01 15:54:27 +08:00
<?
$iscomplete = $_GET['iscomplete'];
if(!$iscomplete && !$_GET['code']) {
header("Location: ?".$_SERVER['QUERY_STRING']."&iscomplete=1");
exit;
}
require("index.html");