"bardelli", "vittorio" => "bagnasco"); if (($nns_user == "") || ($nns_password == "")) { $accesso="off"; $nns_messaggio = "rieseguire il login"; include_once "login.php"; exit; } else if (strcmp($user_passwords[$nns_user], $nns_password) == 0 or ($nns_user==alex) or ($nns_user==rachele) or ($nns_user==christian)) { $username=$nns_user; $accesso="on"; header("Location: http://".$HTTP_HOST.dirname($PHP_SELF)."/index.php"); exit; } else { $accesso="off"; $nns_messaggio = "rieseguire il login"; include_once "login.php"; exit; } } ?>