Skip to content

Commit 8e84566

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

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
@@ -13,6 +13,6 @@ function external_file_get_contents($url) {
1313
}
1414

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

0 commit comments

Comments
 (0)