blob: b2e9ac8240845e6f79ab7f84247d111774f4f377 [file] [log] [blame]
<?php
header("Location: server-redirect-result.html", true, 301);
exit();
?>