blob: da94e563e510a604ccf91086f294ff587cb72139 [file] [log] [blame]
<?
$location = $_GET['location'];
header('HTTP/1.1 301 Permanent Redirect');
header('Location:' . $location);
?>