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