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:
-rw-r--r--CONTRIBUTORS.md1
-rw-r--r--include/tests_php14
2 files changed, 13 insertions, 2 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index a8486ad0..65b4a251 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -21,6 +21,7 @@ The Lynis project is very thankful to the individuals who contributed to the pro
* Arch Linux - Levente Polyak
* Debian / Ubuntu - Francisco Manuel Garcia Claramonte
+* Fedora / EPEL - Athmane Madjoudj
## Special Contributors
diff --git a/include/tests_php b/include/tests_php
index 9a55d03b..c34bdb47 100644
--- a/include/tests_php
+++ b/include/tests_php
@@ -41,10 +41,20 @@
/var/www/conf/php.ini \
/usr/local/etc/php.ini /usr/local/lib/php.ini \
/usr/local/zend/etc/php.ini \
- /usr/pkg/etc/php.ini"
+ /usr/pkg/etc/php.ini \
+ /opt/cpanel/ea-php54/root/etc/php.ini \
+ /opt/cpanel/ea-php55/root/etc/php.ini \
+ /opt/cpanel/ea-php56/root/etc/php.ini \
+ /opt/cpanel/ea-php70/root/etc/php.ini \
+ /opt/cpanel/ea-php71/root/etc/php.ini"
PHPINIDIRS="/etc/php5/conf.d \
- /etc/php.d"
+ /etc/php.d \
+ /opt/cpanel/ea-php54/root/etc/php.d \
+ /opt/cpanel/ea-php55/root/etc/php.d \
+ /opt/cpanel/ea-php56/root/etc/php.d \
+ /opt/cpanel/ea-php70/root/etc/php.d \
+ /opt/cpanel/ea-php71/root/etc/php.d"
PHPVERSION=""
#