Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. session_start();
  2. if($_SESSION['tipo']!='aluno_adm' || $_SESSION['tipo']!='professor_adm')
  3.     {
  4.         header("Location: ../fdp.php");
  5.     }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement