Advertisement
rainbowdash28

Untitled

May 15th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. if(get_user_class() < 1) {
  2. Header('Location:index.php');
  3. }
  4.  
  5. # Wieso nicht gleich:
  6. if(get_user_class() < 1)
  7.     Header('Location: index.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement