2020-03-09 13:15:55 +01:00
|
|
|
<?php
|
2020-03-10 19:39:26 +01:00
|
|
|
setcookie('threadr_cookie_banner', $expires=time()+2592000);
|
2020-03-10 19:41:26 +01:00
|
|
|
header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
|
2020-03-10 19:30:22 +01:00
|
|
|
?>
|