Go to the source code of this file.
Initial value: '#type' => 'submit',
])
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition at line 110 of file security_txt.php.
Initial value:= [
'contact' => 'https://www.rfc-editor.org/rfc/rfc9116#section-2.5.3'
Form to configure the contents of the security.txt endpoint.
- See also
- https://securitytxt.org/
Definition at line 8 of file security_txt.php.
Initial value:= [
'en',
]
elgg_get_current_language()
Get the current system/user language or 'en'.
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
Definition at line 58 of file security_txt.php.