Do not expose PHP Version

This commit is contained in:
Alexandros Ioannides 2018-05-31 22:05:38 +03:00 committed by GitHub
commit 51f3dea7da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,7 +290,7 @@ disable_classes =
; (e.g. by adding its signature to the Web server header). It is no security
; threat in any way, but it makes it possible to determine whether you use PHP
; on your server or not.
expose_php = On
expose_php = Off
;;;;;;;;;;;;;;;;;;;