changed error message
parent
0a3d0c8a28
commit
a008fca80a
|
@ -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:";
|
||||
|
|
Loading…
Reference in New Issue