| Elgg
    Version 6.3
    | 
Go to the source code of this file.
| Variables | |
| $hardening = '' | |
| Security settings subview - misc hardening settings.  More... | |
| $protect_upgrade = (bool) elgg_get_config('security_protect_upgrade') | |
| if($protect_upgrade) | $protect_cron = (bool) elgg_get_config('security_protect_cron') | 
| $hardening = '' | 
Security settings subview - misc hardening settings.
Definition at line 8 of file hardening.php.
| if ( $protect_upgrade) $protect_cron = (bool) elgg_get_config('security_protect_cron') | 
Definition at line 30 of file hardening.php.
| $protect_upgrade = (bool) elgg_get_config('security_protect_upgrade') | 
Definition at line 11 of file hardening.php.