From 46342ee6ec52c739f57c9cfef93e3f23126d7af9 Mon Sep 17 00:00:00 2001 From: filesite Date: Tue, 18 Feb 2025 16:40:06 +0800 Subject: [PATCH] remark code update --- lib/DirScanner.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DirScanner.php b/lib/DirScanner.php index 4203cc0..4fdbdb0 100644 --- a/lib/DirScanner.php +++ b/lib/DirScanner.php @@ -540,14 +540,14 @@ Class DirScanner { return $this->nginxSecret; } - //设置Nginx防盗链密钥 + //设置用户IP public function setUserIp($userIp) { if (!empty($userIp) && is_string($userIp)) { $this->userIp = $userIp; } } - //获取Nginx防盗链密钥 + //获取用户IP public function getUserIp() { return $this->userIp; }