Bugfixing missing 'REQUEST_URI' for relative path installation
This commit is contained in:
parent
91f595000c
commit
e586e49c82
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue