]> git.mxchange.org Git - friendica.git/commitdiff
Bugfixing missing 'REQUEST_URI' for relative path installation
authorPhilipp Holzer <admin@philipp.info>
Tue, 30 Oct 2018 11:58:15 +0000 (12:58 +0100)
committerPhilipp Holzer <admin@philipp.info>
Tue, 30 Oct 2018 11:58:15 +0000 (12:58 +0100)
src/App.php

index ff118ac72550792328c7305f2d393d659c868bff..2acb7eb362823b9c7c6c335f9e9ffb3e61bdf488 100644 (file)
@@ -505,6 +505,7 @@ class App
                $relative_script_path = defaults($_SERVER, 'REDIRECT_URI'       , $relative_script_path);
                $relative_script_path = defaults($_SERVER, 'REDIRECT_SCRIPT_URL', $relative_script_path);
                $relative_script_path = defaults($_SERVER, 'SCRIPT_URL'         , $relative_script_path);
+               $relative_script_path = defaults($_SERVER, 'REQUEST_URI'        , $relative_script_path);
 
                $this->urlPath = $this->getConfigValue('system', 'urlpath');