mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue:17149595
PHP6에서 magic_quotes_gpc 함수 사용안하도록 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4472 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1eee3363e5
commit
59c72699d4
8 changed files with 12 additions and 9 deletions
|
|
@ -72,7 +72,10 @@
|
|||
}
|
||||
fclose($socket);
|
||||
|
||||
return array($code, $body);
|
||||
$ret->result_code = $code;
|
||||
$ret->body = $body;
|
||||
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue