Guest User

Untitled

a guest
Oct 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if ( ! ( isset($_SESSION['time']) ) & $_SESSION['time'] > date('Y-m-d H:i:s') ) {
  2. echo('espere!');
  3. exit;
  4. } else {
  5. $_SESSION['time'] = date('Y-m-d H:i:s', strtotime('now +10 seconds'));
  6. }
Add Comment
Please, Sign In to add comment