Procházet zdrojové kódy

Do not expose PHP Version

Alexandros Ioannides před 7 roky
rodič
revize
51f3dea7da
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 ; (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
 ; threat in any way, but it makes it possible to determine whether you use PHP
 ; on your server or not.
 ; on your server or not.
-expose_php = On
+expose_php = Off
 
 
 
 
 ;;;;;;;;;;;;;;;;;;;
 ;;;;;;;;;;;;;;;;;;;