From: Andi Gutmans Date: Tue, 28 Dec 2004 03:48:18 +0000 (+0000) Subject: - Revert expose_php change X-Git-Tag: RELEASE_0_2~448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2913c977ac599e124f73cd94cdcdcf1133b7f1e;p=php - Revert expose_php change --- diff --git a/php.ini-recommended b/php.ini-recommended index 0c0d993539..dc832e1d4b 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -288,7 +288,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 = Off +expose_php = On ;;;;;;;;;;;;;;;;;;;