vdp

Untitled

vdp
Jul 31st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. //logging out admin by destroying the session
  5. session_start();
  6. session_destroy();
  7. echo "<script>alert('Good Bye!! :)')</script>";
  8. echo "<script>window.open('customer_login.php','_self')</script>";
  9.  
  10. ?>
Add Comment
Please, Sign In to add comment