Acesso Restrito.

"; header("Location: ..\login\login.php"); exit(); } function adm_auth() { if(strcmp($_SESSION['tipo'],'adm') != 0) { $_SESSION['msg'] = "Usuário não autorizado."; header('Location: ../index.php'); exit(); } } ?>