mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
code standards :-)
This commit is contained in:
parent
2ae4b9f7e9
commit
faae48959e
1 changed files with 4 additions and 4 deletions
|
@ -19,8 +19,8 @@ class WebFinger extends BaseModule
|
|||
System::httpExit(
|
||||
403,
|
||||
[
|
||||
"title" => L10n::t("Public access denied."),
|
||||
"description" => L10n::t("Only logged in users are permitted to perform a probing.")
|
||||
'title' => L10n::t("Public access denied."),
|
||||
'description' => L10n::t("Only logged in users are permitted to perform a probing.")
|
||||
]
|
||||
);
|
||||
exit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue