Advertisement
ugo22g

robot

Mar 2nd, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. session_start();
  3. // on enregistre une variable de session
  4. $_SESSION['isRobot'] = true;
  5.  
  6. // une redirection vers le site
  7. header('Location: index.html');
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement