don't allow activation of FCGID and PHP-FPM at the same time

This commit is contained in:
Michael Kaufmann (d00p)
2010-12-03 10:41:12 +00:00
parent 93abbf4a10
commit 80e338610f
5 changed files with 50 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ return array(
'type' => 'bool',
'default' => false,
'save_method' => 'storeSettingField',
'plausibility_check_method' => 'checkFcgidPhpFpm',
'overview_option' => true
),
'system_phpfpm_configdir' => array(