login path
This commit is contained in:
parent
59c664e91c
commit
61b71ff589
|
|
@ -6,7 +6,7 @@ $usersFile = '/var/www/users.json';
|
||||||
$attemptsFile = '/var/www/attempts.json';
|
$attemptsFile = '/var/www/attempts.json';
|
||||||
|
|
||||||
$MAX_ATTEMPTS = 3;
|
$MAX_ATTEMPTS = 3;
|
||||||
$LOCK_TIME = 3600; // 15 minutes
|
$LOCK_TIME = 3600;
|
||||||
|
|
||||||
/* ---------- HELPERS ---------- */
|
/* ---------- HELPERS ---------- */
|
||||||
function client_ip(): string
|
function client_ip(): string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue