User management not done. Footer not done Nav user management icon not positioned correctly
7 lines
95 B
PHP
Executable File
7 lines
95 B
PHP
Executable File
<?php
|
|
session_start();
|
|
session_unset();
|
|
session_destroy();
|
|
header("location:../index.php");
|
|
?>
|