yzms/android/merge_pay/index.php

4 lines
96 B
PHP

<?php
$url = $_SERVER['QUERY_STRING'] . "&t=".time();
header("location: ./index.html?" . $url);