Skip to content

Instantly share code, notes, and snippets.

@markus2120
Created September 26, 2018 15:27
Show Gist options
  • Save markus2120/4d93be4a8c68ad8a6a8b36a9da9a75d3 to your computer and use it in GitHub Desktop.
Save markus2120/4d93be4a8c68ad8a6a8b36a9da9a75d3 to your computer and use it in GitHub Desktop.
/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