X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions.php;h=b558b0e6c539004b0ee23a5fe061debe3c95f39b;hb=312742db6efc22a844a5f0a9d95f0282722354dc;hp=b928a030d5d766718fcedc6b43e0e5c5f26a9d22;hpb=393fc7d6b5e634c9618dac415252eaf40939cf31;p=tt-rss.git diff --git a/include/functions.php b/include/functions.php index b928a030..b558b0e6 100755 --- a/include/functions.php +++ b/include/functions.php @@ -347,7 +347,7 @@ if (strpos($url, "//") === 0) $url = 'http:' . $url; - if (!defined('NO_CURL') && function_exists('curl_init')) { + if (!defined('NO_CURL') && function_exists('curl_init') && !ini_get("open_basedir")) { $fetch_curl_used = true;