From df0dccaf8c5109f6e95868916351795268e17a06 Mon Sep 17 00:00:00 2001 From: zhaohui Date: Tue, 6 Jan 2026 16:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=B1=E8=B4=A5=E6=AC=A1?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crontab/crosscheck_auto_shell_v2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab/crosscheck_auto_shell_v2.php b/crontab/crosscheck_auto_shell_v2.php index b856f71..db31a2c 100644 --- a/crontab/crosscheck_auto_shell_v2.php +++ b/crontab/crosscheck_auto_shell_v2.php @@ -38,7 +38,7 @@ try{ // 获得文件内容 $fail_info = file_get_contents($fail_login_file); $arr_fail_info = explode("\n", $fail_info); - if($arr_fail_info[0]+0 >=5){ + if($arr_fail_info[0]+0 >=15){ continue; } }