fixed another stoopid error
parent
5098e6c084
commit
b071ea6eb9
|
@ -22,10 +22,10 @@
|
|||
<p>
|
||||
<?php
|
||||
if (isset($_GET['error'])){
|
||||
if (error == "credentials"){
|
||||
if ($_GET['error'] == "credentials"){
|
||||
echo "Invalid credentials. Try again:";
|
||||
}
|
||||
if (error == "session"){
|
||||
if ($_GET['error'] == "session"){
|
||||
echo "Your session was closed. We are sorry for the inconvenience.";
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue