Fix logout redirect
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ require_once __DIR__ . '/../modules/shared/auth/service.php';
|
|||||||
|
|
||||||
auth_bootstrap_session();
|
auth_bootstrap_session();
|
||||||
auth_logout();
|
auth_logout();
|
||||||
header('Location: /');
|
header('Location: /index.php');
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user