added a redirect file for cookie banner

master
Jan Danielzick 2020-03-09 13:15:55 +01:00
parent ac830a0471
commit 4b123f15e3
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
setcookie('threadr_cookie_banner');
header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
?>