@@ -0,0 +1,14 @@
<?php
function debug($s) {
if(isset($_COOKIE['debug']))
print_r($s);
}
function debugCookie($on=true) {
if($on) {
setcookie('debug','1',time()+(60*60*24*365),"/");
}else{
setcookie('debug',null,0,"/");
?>
The note is not visible to the blocked user.