blob: 5ecd2d611e0a80d30c60a45f1b16e9d74b83aa60 [file] [log] [blame]
<?php
$url = $_GET['url'];
header("Location: $url");
?>