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_logout();
|
||||
header('Location: /');
|
||||
header('Location: /index.php');
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user