Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$params = $vars | |
Configure the contents of the security.txt endpoint. More... | |
$params ['selected'] = 'security_txt' | |
$expires = elgg_get_config('security_txt_expires') | |
if (!empty($expires)&&$expires< time()) | |
$expires = elgg_get_config('security_txt_expires') |
Definition at line 19 of file security_txt.php.
$params = $vars |
Configure the contents of the security.txt endpoint.
Definition at line 8 of file security_txt.php.
$params['selected'] = 'security_txt' |
Definition at line 9 of file security_txt.php.
if(!empty($expires)&&$expires< time()) |
Definition at line 20 of file security_txt.php.