You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$_SESSION['login_user']= $username; // Initializing Session with value of PHP Variable
header('Location: administracao.php?type="1"');
exit();
}
}
// nenhum login valido encontrado na bd, por isso mostra login invalido
echo "<script type='text/javascript'>alert('Login Incorreto. Verifique as suas credenciais de administrador.'); window.location='admin.php';</script>";