<?php
setcookie('threadr_cookie_banner', $expires=time()+2592000);
header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
?>