Large commit, multiple projects/labs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_unset();
|
||||
session_destroy();
|
||||
define("TITLE", "Pizza Site Logout");
|
||||
include("template/header.php");
|
||||
?>
|
||||
<p>You have logged out. <a href="index.php">Click here to log in again</a>.</p>
|
||||
|
||||
<?php include("template/footer.php"); ?>
|
||||
Reference in New Issue
Block a user