set a few settings according to the test-system
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -193,6 +193,8 @@ class PhpSettings extends ApiCommand implements ResourceEntity
|
||||
$fpm_config_id = 1;
|
||||
} elseif (Settings::Get('phpfpm.enabled') == 1) {
|
||||
$fpm_config_id = intval($this->getParam('fpmconfig'));
|
||||
} else {
|
||||
$fpm_config_id = 1;
|
||||
}
|
||||
|
||||
// parameters
|
||||
|
||||
Reference in New Issue
Block a user