poking at cookie mechanics
parent
135834368c
commit
fe79d6ca8d
|
@ -1,4 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
setcookie('threadr_cookie_banner');
|
setcookie('threadr_cookie_banner');
|
||||||
header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
|
header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
|
||||||
?>
|
|
||||||
|
print_r($_COOKIE)
|
||||||
|
?>
|
||||||
|
|
Loading…
Reference in New Issue