mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
fix2
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user