Refactored file system
Changed the file system to a more ordered state and updated links in files accordingly. Also the reffering to files is now uniform
This commit is contained in:
6
php/logout.php
Normal file
6
php/logout.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header("Location: ../pages/login.html");
|
||||
exit;
|
||||
?>
|
||||
Reference in New Issue
Block a user