Merge pull request #195 from ywoly/master

Set "expose_php" to "Off" in php.ini
This commit is contained in:
Jérémy Benoist
2020-04-15 13:38:26 +02:00
committed by GitHub

View File

@ -373,7 +373,7 @@ zend.enable_gc = On
; threat in any way, but it makes it possible to determine whether you use PHP
; on your server or not.
; http://php.net/expose-php
expose_php = On
expose_php = Off
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;