Преглед на файлове

Merge pull request #1596 from ioannidesalex/patch-40

Do not expose PHP Version
Serghey Rodin преди 7 години
родител
ревизия
2ddcff2915
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/rpm/conf/php.ini

+ 1 - 1
src/rpm/conf/php.ini

@@ -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
 
 
 ;;;;;;;;;;;;;;;;;;;