@@ -0,0 +1,8 @@
<?PHP
$target = $_SERVER['HTTP_HOST'].rtrim(dirname($_SERVER['PHP_SELF']), '/\\').'/stats/';
if(isset($_SERVER['HTTPS'])) {
header('Location: https://'.$target);
} else {
header('Location: http://'.$target);
}
?>
The note is not visible to the blocked user.