login path

This commit is contained in:
devdatt 2026-01-01 04:03:03 +05:30
parent 59c664e91c
commit 61b71ff589
1 changed files with 1 additions and 1 deletions

View File

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