yzms/touch_mz/index.php

7 lines
171 B
PHP

<?
$iscomplete = $_GET['iscomplete'];
if(!$iscomplete && !$_GET['code']) {
header("Location: ?".$_SERVER['QUERY_STRING']."&iscomplete=1");
exit;
}
require("index.html");