Set "expose_php" to "Off" in php.ini

This commit is contained in:
ywoly
2020-04-15 12:15:32 +02:00
committed by GitHub
parent 836f9871ef
commit 6962f33ed7

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 ;