Configuration

Jilo Web app configuration
hasRight($user_id, 'edit config file')): ?>
'; echo '
' . htmlspecialchars($displayName) . '
'; echo '
'; foreach ($value as $subKey => $subValue) { renderConfigItem($subKey, $subValue, $fullPath); } echo '
'; echo '
'; } else { ?>
blank
>
$value) { renderConfigItem($key, $value); } ?>