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:
authorKamil Boratyński <kamil.boratynski@icloud.com>2016-03-23 00:21:55 +0300
committerKamil Boratyński <kamil.boratynski@icloud.com>2016-03-23 00:21:55 +0300
commit89cb26c1f1f9aadefd805918f29a35183c27ec93 (patch)
tree4a70ce3bd8129a0ff81345e0839a5144f7e373ef /include/tests_php
parent9023aaa052e89532146ecb62bf242e4c94bd8310 (diff)
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 ee6dfbda..03237348 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 \