From 701d18e8fdb51ada6baf0c6d53cbc1dd3106b779 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Thu, 26 Jan 2012 20:31:06 -0700 Subject: [PATCH] php.ini: expose_php = Off --- acal/php.ini | 2 +- php.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acal/php.ini b/acal/php.ini index d34c98b..aca094c 100644 --- a/acal/php.ini +++ b/acal/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 ;;;;;;;;;;;;;;;;;;; diff --git a/php.ini b/php.ini index 8b4bca5..a52c582 100644 --- a/php.ini +++ b/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 ;;;;;;;;;;;;;;;;;;;