changed error message

master
Jan Danielzick 2020-03-08 17:47:20 +01:00
parent 0a3d0c8a28
commit a008fca80a
1 changed files with 1 additions and 1 deletions

View File

@ -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:";