Add log entry when cookies updated.

This commit is contained in:
Retro_Guy 2024-07-21 16:12:26 -07:00
parent 2e0f7431a6
commit 075fef485c
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ if ($type == "post") {
} else {
// Update cookie times to stay logged in
set_user_logged_in_cookies($name, $keys);
file_put_contents($auth_log, "\n" . logging_prefix() . " UPDATED AUTH COOKIES for: " . $name, FILE_APPEND);
}
}
// Check that user has not been recently banned