Skip to content

Commit

Permalink
correct setting for php-fpm peardir, fixes #475
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
  • Loading branch information
d00p committed Nov 27, 2017
1 parent 5540b02 commit cb31c52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/admin/settings/136.phpfpm.php
Expand Up @@ -73,6 +73,8 @@
'varname' => 'peardir',
'type' => 'string',
'string_type' => 'dir',
'string_delimiter' => ':',
'string_emptyallowed' => true,
'default' => '/usr/share/php/:/usr/share/php5/',
'save_method' => 'storeSettingField'
),
Expand Down

0 comments on commit cb31c52

Please sign in to comment.