Advertisement
tjromano

redirect page code

Aug 22nd, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. //check for administrative rights
  2. if (allow_access(Administrators) != "yes")
  3. {
  4.     include ('../no_access.html');
  5.     exit;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement