소스 검색

Merge branch 'feature/ip_check_new_limit' into feature/NC-45

jerry 1 년 전
부모
커밋
349152905a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/libs/IpFilter.php

+ 1 - 1
common/libs/IpFilter.php

@@ -26,7 +26,7 @@ class IpFilter
         if (!self::remoteAddrCall($remoteAddr)) {
             LoggerTool::error($getParams);
             LoggerTool::error($postParams);
-            throw new \Exception('用户名或者密码错误!!');
+            throw new \Exception('用户名或者密码错误!');
         }
 
         return true;