- make path to awstats configuration folder a setting (again), fixes #125

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-08 10:28:48 +00:00
parent 04c7aae433
commit a0274b083b
14 changed files with 40 additions and 17 deletions

View File

@@ -48,6 +48,15 @@ return array(
'string_type' => 'dir',
'default' => '/usr/bin/',
'save_method' => 'storeSettingField',
),
'system_awstats_conf' => array(
'label' => $lng['serversettings']['awstats_conf'],
'settinggroup' => 'system',
'varname' => 'awstats_conf',
'type' => 'string',
'string_type' => 'dir',
'default' => '/etc/awstats/',
'save_method' => 'storeSettingField',
)
)
)