Skip to content

Commit 2dee1de

Browse files
committed
Update externalfiles.php
1 parent 8e84566 commit 2dee1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Functions/externalfiles.php

Lines changed: 1 addition & 1 deletion
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 urlr($path) {
15+
function uri($path) {
1616
$url = str_replace(['http://', 'https://'], '', url(''));
1717
return "//" . $url . "/" . $path;
1818
}

0 commit comments

Comments
 (0)