yzms/android/merge_pay11/index.php

4 lines
107 B
PHP
Raw Normal View History

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