forgot to comment out redirect
parent
fe79d6ca8d
commit
ff876e6dcc
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
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