Advertisement
Antic

logout.php

Sep 3rd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. session_start();
  3. session_destroy();
  4. unset($_SESSION['username']);
  5. $_SESSION['message'] = "In sfarsit ai plecat afara!PA!PA!";
  6. header("location: login.php");
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement