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