blob: f5b1522d1ec66fd1e3c98a50b23389758da943e8 [file] [log] [blame]
<?
header('Status: 303 See Other');
header('Location: '.$_COOKIE['location']);
?>