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:
authorerialor <kibs+github@vlh.dk>2016-08-12 20:14:09 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-12 20:14:09 +0300
commit32320b55759de5e19ad53b33604029557835d3c0 (patch)
tree2b6706942cb1e0ff0c33f56caa25ce264736dbde /include/tests_php
parent889a57fc030dbd49d775d43ff72bf8059c86122a (diff)
Update tests_php (#261)
Adding PHP5.6
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 7e65f248..bdba203c 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -27,7 +27,7 @@
# Possible locations of 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/php/apache2-php5.4/php.ini /etc/php/apache2-php5.5/php.ini /etc/php/apache2-php5.6/php.ini \
/etc/php5/cgi/php.ini \
/etc/php5/cli/php.ini \
/etc/php5/cli-php5.4/php.ini /etc/php5/cli-php5.5/php.ini /etc/php5/cli-php5.6/php.ini \