mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Update BaseURL.php
Fix PHP-CS
This commit is contained in:
parent
fb8cc06ce2
commit
0f7c739470
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ class BaseURL extends Uri implements UriInterface
|
|||
/* Relative script path to the web server root
|
||||
* Not all of those $_SERVER properties can be present, so we do by inverse priority order
|
||||
*/
|
||||
$relativeScriptPath =
|
||||
($server['REDIRECT_URL'] ?? '') ?:
|
||||
$relativeScriptPath = ($server['REDIRECT_URL'] ?? '') ?:
|
||||
($server['REDIRECT_URI'] ?? '') ?:
|
||||
($server['REDIRECT_SCRIPT_URL'] ?? '') ?:
|
||||
($server['SCRIPT_URL'] ?? '') ?:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue