- add missing label-string for httpuser and httpgroup settings

This commit is contained in:
Michael Kaufmann (d00p)
2010-06-21 08:38:13 +00:00
parent 5e162b018d
commit f86e4f39d3
3 changed files with 6 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ return array(
'overview_option' => true
),
'system_httpuser' => array(
'label' => $lng['admin']['webserver_user'],
'settinggroup' => 'system',
'varname' => 'httpuser',
'type' => 'string',
@@ -41,6 +42,7 @@ return array(
'save_method' => 'storeSettingField',
),
'system_httpgroup' => array(
'label' => $lng['admin']['webserver_group'],
'settinggroup' => 'system',
'varname' => 'httpgroup',
'type' => 'string',