diff --git a/lib/session.php b/lib/session.php index e2b2b04..42435bc 100644 --- a/lib/session.php +++ b/lib/session.php @@ -20,4 +20,5 @@ session_start(); if(!isset($_SESSION['id'])) { header('Location: index.php'); + exit(); } \ No newline at end of file