Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //logging out admin by destroying the session
- session_start();
- session_destroy();
- echo "<script>alert('Good Bye!! :)')</script>";
- echo "<script>window.open('customer_login.php','_self')</script>";
- ?>
Add Comment
Please, Sign In to add comment