Update externalfiles.php
This commit is contained in:
parent
8e84566e84
commit
2dee1de0a1
|
@ -12,7 +12,7 @@ function external_file_get_contents($url) {
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
function urlr($path) {
|
function uri($path) {
|
||||||
$url = str_replace(['http://', 'https://'], '', url(''));
|
$url = str_replace(['http://', 'https://'], '', url(''));
|
||||||
return "//" . $url . "/" . $path;
|
return "//" . $url . "/" . $path;
|
||||||
}
|
}
|
Loading…
Reference in New Issue