Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if ($user['rangs'] <= 1 and $user['rangs'] >= 3 and time() - $user['last_time'] >= $user['time_allowed']) {
  2. mysql_query("UPDATE users SET hash='0' WHERE username='$username'");
  3. header('Location: subscription-info.php');
  4. exit();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement