mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Merge pull request #137 from technimad/technimad-patch-1-PHPiniEl6fix
Added ini dir of EL6
This commit is contained in:
commit
570639599b
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@
|
|||
/usr/local/etc/php.ini /usr/local/lib/php.ini \
|
||||
/usr/pkg/etc/php.ini"
|
||||
|
||||
PHPINIDIRS="/etc/php5/conf.d"
|
||||
PHPINIDIRS="/etc/php5/conf.d \
|
||||
/etc/php.d"
|
||||
#
|
||||
#################################################################################
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue