Skip to content

Commit

Permalink
Update SessionHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtab2003 authored Jan 31, 2022
1 parent 8696f2e commit 3aec957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/admin/handler/SessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Login to <b>continue!</b>
</div>';
header('location: login.php');
exit;
}
}
else{
Expand All @@ -23,5 +24,6 @@
Login to <b>continue!</b>
</div>';
header('location: login.php');
exit;
}
?>
?>

0 comments on commit 3aec957

Please sign in to comment.