kantry, заменил,ничего не изменилось
function pathToUrl(string $path): string{ $diff = array_diff_assoc( explode(DIRECTORY_SEPARATOR, realpath($path)), explode(DIRECTORY_SEPARATOR, realpath(ROOT_PATH)) ); return '/' . implode('/', $diff);
}