blob: 5e6f0580f4b68c29dbec5430dbec210f86755416 [file] [log] [blame]
<?php
header("Access-Control-Allow-Origin: *");
header("location: ".$_GET["url"]);
?>