Advertisement
school-freaks

uitloggen.php

May 26th, 2011
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2.  
  3. session_start();
  4. session_destroy();
  5. session_unset();
  6. echo 'U bent nu uitgelogd <br> over 3 seconden wordt u weer teruggestuurd naar het inlogpagina';
  7.  
  8.  
  9.  
  10.  
  11. ?>
  12.  
  13. <html>
  14.  
  15. <head>
  16. <meta HTTP-EQUIV='refresh' content='3;url=index.html'>
  17. </head>
  18.  
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement