yzms/android/merge_pay/index.php

4 lines
96 B
PHP
Raw Normal View History

2024-04-01 15:54:27 +08:00
<?php
$url = $_SERVER['QUERY_STRING'] . "&t=".time();
header("location: ./index.html?" . $url);