From 9825661d16d9edca29bbd60b56b5304572155587 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Thu, 7 Jul 2022 15:47:12 +0800 Subject: [PATCH] log cookie --- include/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions.php b/include/functions.php index 85b052c1..e9c98395 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1939,6 +1939,7 @@ function get_user_row($id) } function userlogin() { + do_log("COOKIE:" . json_encode($_COOKIE) . ", uid: " . (isset($_COOKIE['c_secure_uid']) ? base64($_COOKIE["c_secure_uid"],false) : '')); static $loginResult; if (!is_null($loginResult)) { return $loginResult;