Changed the file system to a more ordered state and updated links in files accordingly. Also the reffering to files is now uniform
7 lines
92 B
PHP
7 lines
92 B
PHP
<?php
|
|
session_start();
|
|
session_destroy();
|
|
header("Location: ../pages/login.html");
|
|
exit;
|
|
?>
|