mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-03 12:37:39 +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) {
|
function urlr($path) {
|
||||||
$url = str_replace(['http://', 'https://'], '', uri(''));
|
$url = str_replace(['http://', 'https://'], '', url(''));
|
||||||
return "//" . $url . "/" . $path;
|
return "//" . $url . "/" . $path;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user