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