mirror of
https://github.com/friendica/friendica
synced 2025-04-28 17:04:23 +02:00
Remove extra spaces before closing parentheses in src/
This commit is contained in:
parent
146646c4d4
commit
5dcf6bfc58
11 changed files with 24 additions and 24 deletions
|
@ -339,10 +339,10 @@ class BaseURL
|
|||
* Not all of those $_SERVER properties can be present, so we do by inverse priority order
|
||||
*/
|
||||
$relative_script_path =
|
||||
($this->server['REDIRECT_URL'] ?? '' ) ?:
|
||||
($this->server['REDIRECT_URI'] ?? '' ) ?:
|
||||
($this->server['REDIRECT_SCRIPT_URL'] ?? '' ) ?:
|
||||
($this->server['SCRIPT_URL'] ?? '' ) ?:
|
||||
($this->server['REDIRECT_URL'] ?? '') ?:
|
||||
($this->server['REDIRECT_URI'] ?? '') ?:
|
||||
($this->server['REDIRECT_SCRIPT_URL'] ?? '') ?:
|
||||
($this->server['SCRIPT_URL'] ?? '') ?:
|
||||
$this->server['REQUEST_URI'] ?? '';
|
||||
|
||||
/* $relative_script_path gives /relative/path/to/friendica/module/parameter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue