Created
September 26, 2018 15:27
-
-
Save markus2120/4d93be4a8c68ad8a6a8b36a9da9a75d3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/php/7.0/cli/php.ini | |
;;;;;;;;;;;;;;;;; | |
; Miscellaneous ; | |
;;;;;;;;;;;;;;;;; | |
; Decides whether PHP may expose the fact that it is installed on the server | |
; (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. | |
; http://php.net/expose-php | |
expose_php = Off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment