Replace Pear HTTP_Request with rmccue/Requests

This commit is contained in:
Kijin Sung 2016-01-13 15:17:13 +09:00
parent ecbf7e188b
commit 192e81620d
120 changed files with 94 additions and 37803 deletions

View file

@ -1448,7 +1448,7 @@ function stripEmbedTagForAdmin(&$content, $writer_member_srl)
*/
function requirePear()
{
set_include_path(_XE_PATH_ . "libs/PEAR.1.9.5" . PATH_SEPARATOR . get_include_path());
}
/**