forked from ZwiiCMS-Team/ZwiiCMS
curl order in function
This commit is contained in:
parent
f74d665fb3
commit
7d0f09ece9
@ -64,7 +64,7 @@ class helper {
|
|||||||
function_exists('stream_get_contents') &&
|
function_exists('stream_get_contents') &&
|
||||||
ini_get('allow_url_fopen')){
|
ini_get('allow_url_fopen')){
|
||||||
$handle = fopen ($url, "r");
|
$handle = fopen ($url, "r");
|
||||||
$url_get_contents_data = stream_get_contents($handle);
|
$url_get_contents_data = stream_get_contents($handle);
|
||||||
}else{
|
}else{
|
||||||
$url_get_contents_data = false;
|
$url_get_contents_data = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user