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:
authorJames White <james@jmwhite.co.uk>2017-10-24 14:16:59 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-10-24 14:16:59 +0300
commit45748184a8b75ed79c62cf4a2e8b12e7c08393b1 (patch)
tree3cf8edb70b91f7dc20e6df68cb5510dcfacd7004 /include/tests_php
parent539fe2242a8afd3d6e616998945be189b4d24eed (diff)
Add additional DirectAdmin paths for php.ini (#479)
Diffstat (limited to 'include/tests_php')
-rw-r--r--include/tests_php5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/tests_php b/include/tests_php
index 9ec0f613..5a6e0000 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -42,6 +42,11 @@
${ROOTDIR}etc/php/7.0/cli/php.ini ${ROOTDIR}etc/php/7.0/fpm/php.ini \
${ROOTDIR}var/www/conf/php.ini \
${ROOTDIR}usr/local/etc/php.ini ${ROOTDIR}usr/local/lib/php.ini \
+ ${ROOTDIR}usr/local/etc/php5/cgi/php.ini \
+ ${ROOTDIR}usr/local/php54/lib/php.ini \
+ ${ROOTDIR}usr/local/php56/lib/php.ini \
+ ${ROOTDIR}usr/local/php70/lib/php.ini \
+ ${ROOTDIR}usr/local/php71/lib/php.ini \
${ROOTDIR}usr/local/zend/etc/php.ini \
${ROOTDIR}usr/pkg/etc/php.ini \
${ROOTDIR}opt/cpanel/ea-php54/root/etc/php.ini \