- add setting for default php-configuration, fixes #182

- set version to 0.9.6-svn5
This commit is contained in:
Michael Kaufmann (d00p)
2010-04-30 19:51:19 +00:00
parent c6a45789bc
commit 962abd34c7
9 changed files with 97 additions and 5 deletions

View File

@@ -100,6 +100,16 @@ return array(
'default' => 250,
'save_method' => 'storeSettingField',
),
'system_mod_fcgid_defaultini' => array(
'label' => $lng['serversettings']['mod_fcgid']['defaultini'],
'settinggroup' => 'system',
'varname' => 'mod_fcgid_defaultini',
'type' => 'option',
'default' => '1',
'option_mode' => 'one',
'option_options_method' => 'getPhpConfigs',
'save_method' => 'storeSettingField',
),
),
),
),