diff --git a/activities.php b/activities.php index 60e59a8..3b2b400 100644 --- a/activities.php +++ b/activities.php @@ -2,8 +2,8 @@ session_start(); if (!isset($_SESSION['user_id'])) { - header('Location: login.php'); - exit(); + //header('Location: login.php'); + //exit(); } ?>