|
|
@ -318,6 +318,8 @@
|
|
|
|
global $fetch_last_error;
|
|
|
|
global $fetch_last_error;
|
|
|
|
global $fetch_last_error_code;
|
|
|
|
global $fetch_last_error_code;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$url = str_replace(' ', '%20', $url);
|
|
|
|
|
|
|
|
|
|
|
|
if (!defined('NO_CURL') && function_exists('curl_init') && !ini_get("open_basedir")) {
|
|
|
|
if (!defined('NO_CURL') && function_exists('curl_init') && !ini_get("open_basedir")) {
|
|
|
|
|
|
|
|
|
|
|
|
if (ini_get("safe_mode")) {
|
|
|
|
if (ini_get("safe_mode")) {
|
|
|
|