@@ -0,0 +1,11 @@
<?php
include_once ("php/config.php");
$UTENTE=login();
if ($UTENTE['admin']) {
header("Location: main.php");
} else {
header("Location: mainuser.php");
}
?>
The note is not visible to the blocked user.