This commit is contained in:
Abdulrahman
2019-05-19 04:23:18 +03:00
parent 48cd68bfba
commit a5c3a43fa3

View File

@@ -64,7 +64,7 @@ class FetchFile
? strtolower(@ini_get('allow_url_fopen'))
: strtolower(@get_cfg_var('allow_url_fopen'));
if (! function_exists('curl_init'))
if (function_exists('curl_init'))
{
$fetchType = 'curl';
}