Elgg  Version 1.9
Variables
update_advanced.php File Reference

Go to the source code of this file.

Variables

 $form_body = ""
 
foreach(array('wwwroot', 'path', 'dataroot') as $field) $is_simple_cache_on = (bool)elgg_get_config('simplecache_enabled')
 
 $simple_cache_disabled_class = $is_simple_cache_on ? '' : 'elgg-state-disabled'
 
 $params
 
 $strength = _elgg_get_site_secret_strength()
 
 $current_strength = elgg_echo('site_secret:current_strength')
 
 $strength_text = elgg_echo("site_secret:strength:$strength")
 
 $strength_msg = elgg_echo("site_secret:strength_msg:$strength")
 
if($strength!= 'strong') else
 
 $debug_options
 

Variable Documentation

$current_strength = elgg_echo('site_secret:current_strength')

Definition at line 128 of file update_advanced.php.

$debug_options
Initial value:
= array(
'0' => elgg_echo('installation:debug:none'),
'ERROR' => elgg_echo('installation:debug:error'),
'WARNING' => elgg_echo('installation:debug:warning'),
'NOTICE' => elgg_echo('installation:debug:notice'),
'INFO' => elgg_echo('installation:debug:info'),
)
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21

Definition at line 153 of file update_advanced.php.

$form_body = ""

Definition at line 5 of file update_advanced.php.

foreach (array('wwwroot', 'path', 'dataroot') as $field) $is_simple_cache_on = (bool)elgg_get_config('simplecache_enabled')

Definition at line 30 of file update_advanced.php.

$params
Initial value:
= array(
'label' => elgg_echo('installation:simplecache:label'),
'name' => 'simplecache_enabled',
'checked' => $is_simple_cache_on,
)
foreach(array('wwwroot', 'path', 'dataroot') as $field) $is_simple_cache_on
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21

Definition at line 35 of file update_advanced.php.

$simple_cache_disabled_class = $is_simple_cache_on ? '' : 'elgg-state-disabled'

Definition at line 31 of file update_advanced.php.

Definition at line 127 of file update_advanced.php.

$strength_msg = elgg_echo("site_secret:strength_msg:$strength")

Definition at line 130 of file update_advanced.php.

$strength_text = elgg_echo("site_secret:strength:$strength")

Definition at line 129 of file update_advanced.php.

if ($strength!= 'strong') else
Initial value:

Definition at line 140 of file update_advanced.php.