Miglioramento percorsi #83

This commit is contained in:
Thomas Zilio 2018-01-03 13:24:04 +01:00
parent 7ee53829eb
commit 3cdd4a11ac
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ function isMobile()
function getURLPath()
{
$path = $_SERVER['SCRIPT_FILENAME'];
$prefix = $_SERVER['DOCUMENT_ROOT'];
$prefix = rtrim($_SERVER['DOCUMENT_ROOT'], '/\\');
if (substr($path, 0, strlen($prefix)) == $prefix) {
$path = substr($path, strlen($prefix));