Commit a18cd06b authored by zhangjun's avatar zhangjun

修改

parent 32b4fa4f
......@@ -6153,7 +6153,7 @@ if($searcharr['infotype']==4){
*/
public function addLog( $msg, $content ) {
$url = GB_ADD_LOG_URL;
$res = $this->request_post( $url, array( 'msg' => $msg, 'content' => $content ) );
$res = $this->request_post( $url, array( 'msg' => iconv('gbk', 'utf-8', $msg), 'content' => $content ) );
return $res;
}
......
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