curl order in function

This commit is contained in:
fredtempez 2021-03-12 07:21:56 +01:00
parent f74d665fb3
commit 7d0f09ece9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class helper {
function_exists('stream_get_contents') &&
ini_get('allow_url_fopen')){
$handle = fopen ($url, "r");
$url_get_contents_data = stream_get_contents($handle);
$url_get_contents_data = stream_get_contents($handle);
}else{
$url_get_contents_data = false;
}