Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- session_start();
- $_SESSION["belepve"] = false;
- $_SESSION["username"] = false;
- session_destroy();
- $location = sprintf('Location:%s', $_SERVER['HTTP_REFERER']);
- header($location);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement