Browse Source

Removed extra header in php

that is added for thousands of requests (equality for the benchmark)
Joan Miquel 9 years ago
parent
commit
2db055fd63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/php.ini

+ 1 - 1
config/php.ini

@@ -372,7 +372,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 ;