Update logout-controller.php
This commit is contained in:
@@ -6,5 +6,5 @@ if (session_status() === PHP_SESSION_NONE) {
|
|||||||
$_SESSION = [];
|
$_SESSION = [];
|
||||||
session_destroy();
|
session_destroy();
|
||||||
|
|
||||||
header("Location: ../../index.php");
|
header("Location: index.php");
|
||||||
exit();
|
exit();
|
||||||
Reference in New Issue
Block a user