Skip to content

Commit 2ddcff2

Browse files
Merge pull request hestiacp#1596 from ioannidesalex/patch-40
Do not expose PHP Version
2 parents eed9f3b + 51f3dea commit 2ddcff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpm/conf/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ disable_classes =
290290
; (e.g. by adding its signature to the Web server header). It is no security
291291
; threat in any way, but it makes it possible to determine whether you use PHP
292292
; on your server or not.
293-
expose_php = On
293+
expose_php = Off
294294

295295

296296
;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)