- implement php-fpm for Froxlor-vhost, fixes #505
This commit is contained in:
@@ -218,7 +218,14 @@ return array (
|
||||
array (
|
||||
'url' => 'admin_phpsettings.php?page=overview',
|
||||
'label' => $lng['menue']['phpsettings']['maintitle'],
|
||||
'show_element' => ( getSetting('system', 'mod_fcgid') == true ),
|
||||
'show_element' => (
|
||||
getSetting('system', 'mod_fcgid') == true
|
||||
/*
|
||||
* @TODO activate if phpfpm knows custom php.ini files
|
||||
*
|
||||
* || getSetting('phpfpm', 'enabled') == true
|
||||
*/
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user