From 3aec957075ede364cd04ae4b83702e24b2e57f40 Mon Sep 17 00:00:00 2001
From: Mahtab Hassan <50697282+mahtab2003@users.noreply.github.com>
Date: Mon, 31 Jan 2022 07:54:56 +0500
Subject: [PATCH] Update SessionHandler.php
---
src/admin/handler/SessionHandler.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/admin/handler/SessionHandler.php b/src/admin/handler/SessionHandler.php
index eff52ab..9ac4ae6 100644
--- a/src/admin/handler/SessionHandler.php
+++ b/src/admin/handler/SessionHandler.php
@@ -13,6 +13,7 @@
Login to continue!
';
header('location: login.php');
+ exit;
}
}
else{
@@ -23,5 +24,6 @@
Login to continue!
';
header('location: login.php');
+ exit;
}
-?>
\ No newline at end of file
+?>