From e4a2559dab16ac5436dccda0ae3aa13392312b52 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Thu, 7 Jul 2022 16:00:22 +0800 Subject: [PATCH] log current user --- include/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions.php b/include/functions.php index e9c98395..48af7714 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3008,6 +3008,7 @@ function loggedinorreturn($mainpage = false) { } exit(); } + do_log("[USER]: " . $CURUSER['id']); } function deletetorrent($id) {