threadr.lostcave.ddnss.de/threadr/accept_cookie.php

7 lines
143 B
PHP
Raw Normal View History

<?php
setcookie('threadr_cookie_banner');
2020-03-10 19:31:11 +01:00
// header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
2020-03-10 19:30:22 +01:00
print_r($_COOKIE)
?>