14 '#label' =>
elgg_echo(
'admin:security:settings:protect_upgrade'),
15 '#help' =>
elgg_echo(
'admin:security:settings:protect_upgrade:help'),
16 'name' =>
'security_protect_upgrade',
25 'class' =>
'elgg-divide-left plm',
26 ],
elgg_echo(
'admin:security:settings:protect_upgrade:token') .
$url);
33 '#label' =>
elgg_echo(
'admin:security:settings:protect_cron'),
34 '#help' =>
elgg_echo(
'admin:security:settings:protect_cron:help'),
35 'name' =>
'security_protect_cron',
62 'id' =>
'security-cron-urls',
63 'class' =>
'elgg-table mvm hidden',
68 'text' =>
elgg_echo(
'admin:security:settings:protect_cron:toggle'),
69 'href' =>
'#security-cron-urls',
70 'class' =>
'elgg-toggle',
75 'class' =>
'elgg-divide-left plm mbm',
82 '#label' =>
elgg_echo(
'admin:security:settings:disable_password_autocomplete'),
83 '#help' =>
elgg_echo(
'admin:security:settings:disable_password_autocomplete:help'),
84 'name' =>
'security_disable_password_autocomplete',
91 '#label' =>
elgg_echo(
'admin:security:settings:session_bound_entity_icons'),
92 '#help' =>
elgg_echo(
'admin:security:settings:session_bound_entity_icons:help'),
93 'name' =>
'session_bound_entity_icons',
100 '#label' =>
elgg_echo(
'admin:security:settings:subresource_integrity_enabled'),
101 '#help' =>
elgg_echo(
'admin:security:settings:subresource_integrity_enabled:help'),
102 'name' =>
'subresource_integrity_enabled',
elgg_view_module(string $type, string $title, string $body, array $vars=[])
Wrapper function for the module display pattern.
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
$hardening
Security settings subview - misc hardening settings.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
if($protect_upgrade) $protect_cron
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
$content
Set robots.txt action.
foreach($plugin_guids as $guid) if(empty($deactivated_plugins)) $url
_elgg_services()
Get the global service provider.
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.
elgg_http_get_signed_url(string $url, string $expires=null)
Signs provided URL with a SHA256 HMAC key.