Commit eca9276e by 冷斌

update

parent f90461d9
......@@ -103,7 +103,7 @@ if($verify_result) {
}
else {
file_put_contents('./logali.txt',date('y-m-d h:i:s').' msg:'.' 验证失败:' . json_encode( $_POST )."\r\n",FILE_APPEND);
file_put_contents('./logali.txt',date('y-m-d h:i:s').' msg:'.' 验证失败:' . http_build_query( $_POST )."\r\n",FILE_APPEND);
//验证失败
echo "fail";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment