mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-24 08:24:46 +01:00
Update externalfiles.php
This commit is contained in:
parent
5e58183b4a
commit
8e84566e84
@ -13,6 +13,6 @@ function external_file_get_contents($url) {
|
||||
}
|
||||
|
||||
function urlr($path) {
|
||||
$url = str_replace(['http://', 'https://'], '', uri(''));
|
||||
$url = str_replace(['http://', 'https://'], '', url(''));
|
||||
return "//" . $url . "/" . $path;
|
||||
}
|
Loading…
Reference in New Issue
Block a user