mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed the urls for the metaconsole images
This commit is contained in:
parent
c58721eaf8
commit
47a187a9aa
@ -2256,6 +2256,12 @@ function ui_get_full_url ($url = '', $no_proxy = false, $add_name_php_file = fal
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (substr($fullurl, -1, 1) === substr($url, 0, 1)) {
|
||||||
|
if (substr($fullurl, -1, 1) === '/') {
|
||||||
|
$url = substr($url, 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return $fullurl . $url;
|
return $fullurl . $url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user