Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(get_user_class() < 1) {
- Header('Location:index.php');
- }
- # Wieso nicht gleich:
- if(get_user_class() < 1)
- Header('Location: index.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement