curl order in function
This commit is contained in:
parent
f74d665fb3
commit
7d0f09ece9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user