- re-enable setting for "path to awstats 'awstats_buildstaticpages.pl' script", fixes #120

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-07 11:14:43 +00:00
parent 1839264f7a
commit 5e3a4fb1ab
7 changed files with 33 additions and 17 deletions

View File

@@ -40,9 +40,18 @@ return array(
'default' => false,
'save_method' => 'storeSettingField',
),
),
),
),
'system_awstats_path' => array(
'label' => $lng['serversettings']['awstats_path'],
'settinggroup' => 'system',
'varname' => 'awstats_path',
'type' => 'string',
'string_type' => 'dir',
'default' => '/usr/bin/',
'save_method' => 'storeSettingField',
)
)
)
)
);
?>