Update error messages, add InventoryFolder enumerable

This commit is contained in:
zontreck 2024-05-16 03:24:10 -07:00
parent 689e22a27d
commit f9453612d3
2 changed files with 37 additions and 1 deletions

View file

@ -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 {