Migrating to Svelte
User management not done. Footer not done Nav user management icon not positioned correctly
This commit is contained in:
6
old/admin/logout.php
Executable file
6
old/admin/logout.php
Executable file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_unset();
|
||||
session_destroy();
|
||||
header("location:../index.php");
|
||||
?>
|
Reference in New Issue
Block a user