give possibility to change php.ini-values for fpm-pool configurations (only pre-defined sections are possible for now), refs #587

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-07-03 11:34:34 +02:00
parent 9b60dc09ea
commit 68fb822160
5 changed files with 85 additions and 8 deletions

View File

@@ -245,13 +245,9 @@ return array (
'url' => 'admin_phpsettings.php?page=overview',
'label' => $lng['menue']['phpsettings']['maintitle'],
'show_element' => (
getSetting('system', 'mod_fcgid') == true
/*
* @TODO activate if phpfpm knows custom php.ini files
*
* || getSetting('phpfpm', 'enabled') == true
*/
),
getSetting('system', 'mod_fcgid') == true ||
getSetting('phpfpm', 'enabled') == true
),
),
),
),