Elgg  Version master
Variables
security_txt.php File Reference

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())
 

Variable Documentation

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

See also
https://securitytxt.org/

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.