From 075fef485ca6ec1cc0c1d9335bd845ea545eb029 Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Sun, 21 Jul 2024 16:12:26 -0700 Subject: [PATCH] Add log entry when cookies updated. --- Rocksolid_Light/rocksolid/post.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Rocksolid_Light/rocksolid/post.php b/Rocksolid_Light/rocksolid/post.php index 9733f7f..47b2a97 100644 --- a/Rocksolid_Light/rocksolid/post.php +++ b/Rocksolid_Light/rocksolid/post.php @@ -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