diff --git a/app/Functions/externalfiles.php b/app/Functions/externalfiles.php index 2c8f9ab..81ea595 100644 --- a/app/Functions/externalfiles.php +++ b/app/Functions/externalfiles.php @@ -12,7 +12,7 @@ function external_file_get_contents($url) { return $data; } -function uri($path) { - $url = str_replace(['http://', 'https://'], '', url('')); +function urlr($path) { + $url = str_replace(['http://', 'https://'], '', uri('')); return "//" . $url . "/" . $path; } \ No newline at end of file