Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$config = elgg()->config | |
Advanced site settings, debugging section. More... | |
$value = $config->hasInitialValue('debug') ? $config->getInitialValue('debug') : $config->debug | |
$help = elgg_echo('installation:debug') | |
if($config->hasInitialValue('debug')) | $body |
if ($config->hasInitialValue('debug')) $body |
Definition at line 14 of file debugging.php.
$config = elgg()->config |
Advanced site settings, debugging section.
Definition at line 6 of file debugging.php.
$help = elgg_echo('installation:debug') |
Definition at line 9 of file debugging.php.
$value = $config->hasInitialValue('debug') ? $config->getInitialValue('debug') : $config->debug |
Definition at line 7 of file debugging.php.