fix: back to password in session, add list users in admin panel, modify, delete, logout
This commit is contained in:
5
controllers/logout.php
Normal file
5
controllers/logout.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header('Location: ../index.php');
|
||||
exit;
|
||||
Reference in New Issue
Block a user