Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael@cisofy.com>2016-03-30 15:33:54 +0300
committerMichael Boelen <michael@cisofy.com>2016-03-30 15:33:54 +0300
commit420b72ae201f74dde9a7d5ada68423cd553fb561 (patch)
tree78ae8d330153a63b8b45fd3426b0042a8115ec6d /include/tests_php
parent570639599b62f2bbb89b77900ef7b9193ca73f93 (diff)
parent89cb26c1f1f9aadefd805918f29a35183c27ec93 (diff)
Merge pull request #140 from kboratynski/features/macosx_php
Added OSX default php.ini location.
Diffstat (limited to 'include/tests_php')
-rw-r--r--include/tests_php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_php b/include/tests_php
index 35e9ddb7..a5307aed 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -25,7 +25,7 @@
InsertSection "PHP"
# Possible locations of php.ini
- PHPINILOCS="/etc/php.ini \
+ PHPINILOCS="/etc/php.ini /etc/php.ini.default \
/etc/php/cgi-php5/php.ini /etc/php/cli-php5/php.ini /etc/php/apache2-php5/php.ini \
/etc/php/apache2-php5.4/php.ini /etc/php/apache2-php5.5/php.ini \
/etc/php5/cgi/php.ini \