mirror of https://github.com/CISOfy/lynis.git
Added ini dir of EL6
On my EL6 systems PHP uses an ini directory of /etc/php.d, added this to the php test.
This commit is contained in:
parent
9023aaa052
commit
7c2b8b90d9
|
@ -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 New Issue