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();
}
/// @todo Check if it was better to use "strtolower" on the tags
foreach ($tagitems AS $tag) {
- $systemTags[] = trim($tag, "# ");
+ $systemTags[] = trim($tag, '# ');
}
if ($config->get('system', 'relay_user_tags')) {