poking at cookie mechanics

master
BodgeMaster 2020-03-10 19:30:22 +01:00
parent 135834368c
commit fe79d6ca8d
1 changed files with 3 additions and 1 deletions

View File

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