过滤特殊字符
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -180,7 +180,7 @@ class BaseController extends Controller | ... | @@ -180,7 +180,7 @@ class BaseController extends Controller |
| 180 | } | 180 | } |
| 181 | 181 | ||
| 182 | //2.去除特殊字符 | 182 | //2.去除特殊字符 |
| 183 | //$params = $this->removeSpecialCharacter($params); | 183 | $params = $this->removeSpecialCharacter($params); |
| 184 | 184 | ||
| 185 | file_put_contents('1.log', $params."\r\n\r\n", FILE_APPEND); | 185 | file_put_contents('1.log', $params."\r\n\r\n", FILE_APPEND); |
| 186 | 186 | ... | ... |
-
Please register or sign in to post a comment