@@ -0,0 +1,11 @@
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/home.php');
exit;
?>
Sepertinya ada yang salah :-(
The note is not visible to the blocked user.