Elgg  Version 5.1
Variables
security_txt.php File Reference

Go to the source code of this file.

Variables

 $help_urls
 Form to configure the contents of the security.txt endpoint. More...
 
 $languages
 
 $footer
 

Variable Documentation

$footer
Initial value:
'#type' => 'submit',
'text' => elgg_echo('save'),
])
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
Definition: views.php:1133
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17

Definition at line 110 of file security_txt.php.

$help_urls
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.

$languages
Initial value:
= [
'en',
elgg_get_config('language'),
]
elgg_get_current_language()
Get the current system/user language or 'en'.
Definition: languages.php:27
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.

Definition at line 58 of file security_txt.php.