correct setting for php-fpm peardir, fixes #475

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2017-11-27 08:09:33 +01:00
parent 5540b02e35
commit cb31c5258d

View File

@@ -73,6 +73,8 @@ return array(
'varname' => 'peardir',
'type' => 'string',
'string_type' => 'dir',
'string_delimiter' => ':',
'string_emptyallowed' => true,
'default' => '/usr/share/php/:/usr/share/php5/',
'save_method' => 'storeSettingField'
),