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