Large commit, multiple projects/labs

This commit is contained in:
2026-04-13 16:19:41 -04:00
parent 942da76704
commit e2aa277aaf
1261 changed files with 180663 additions and 0 deletions
+10
View File
@@ -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"); ?>