Skip to content

Commit 5e58183

Browse files
committed
Update externalfiles.php
1 parent 8caf099 commit 5e58183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Functions/externalfiles.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function external_file_get_contents($url) {
1212
return $data;
1313
}
1414

15-
function uri($path) {
16-
$url = str_replace(['http://', 'https://'], '', url(''));
15+
function urlr($path) {
16+
$url = str_replace(['http://', 'https://'], '', uri(''));
1717
return "//" . $url . "/" . $path;
1818
}

0 commit comments

Comments
 (0)