Update error messages, add InventoryFolder enumerable
This commit is contained in:
parent
689e22a27d
commit
f9453612d3
2 changed files with 37 additions and 1 deletions
|
@ -20,7 +20,7 @@ $last = "";
|
|||
$rezday = 0;
|
||||
$title = "";
|
||||
$login = false;
|
||||
$reason = "Invalid password";
|
||||
$reason = "Unauthorized";
|
||||
$active = false;
|
||||
|
||||
$clientKey = $js['clientKey'];
|
||||
|
@ -59,6 +59,8 @@ if($clientKey == CLIENTPSK) {
|
|||
|
||||
$reason = "success";
|
||||
$login=true;
|
||||
} else {
|
||||
$reason = "Invalid Password";
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue