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; } }