poking at the cookie array

master
BodgeMaster 2020-03-10 19:27:32 +01:00
parent 751c30695c
commit 997042e91b
1 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,8 @@ if (!isset($_COOKIE['threadr_cookie_banner'])) {
}
}
?>
<!--
<?php
print_r($_COOKIE);
?>