diff --git a/threadr/login/index.php b/threadr/login/index.php index bf1c624..1e3f033 100644 --- a/threadr/login/index.php +++ b/threadr/login/index.php @@ -34,7 +34,7 @@ if (isset($_SESSION['user_id'])){ echo "Invalid credentials. Try again:"; } if ($_GET['error'] == "session"){ - echo "Your session has been closed. We are sorry for the inconvenience."; + echo "You are not logged in or your session has been closed. We are sorry for the inconvenience."; } } else { echo "Login:";