Go to the source code of this file.
◆ $footer
Initial value:
    '#type' => 'submit',
])
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
 
Definition at line 110 of file security_txt.php.
 
 
◆ $help_urls
Initial value:= [
    'contact' => 'https:
    'expires' => 'https:
    'encryption' => 'https:
    'acknowledgments' => 'https:
    'language' => 'https:
    'canonical' => 'https:
    'policy' => 'https:
    'hiring' => 'https:
    'csaf' => 'https:
]
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(string $name, $default=null)
Get an Elgg configuration value.
elgg_get_current_language()
Get the current system/user language or 'en'.
Definition at line 58 of file security_txt.php.