forgot to comment out redirect

master
BodgeMaster 2020-03-10 19:31:11 +01:00
parent fe79d6ca8d
commit ff876e6dcc
1 changed files with 1 additions and 1 deletions

View File

@ -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)
?>