1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-23 05:54:03 +01:00

Miglioramento percorsi #83

This commit is contained in:
Thomas Zilio 2018-01-03 13:24:04 +01:00
parent 7ee53829eb
commit 3cdd4a11ac

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));