diff options
author | Andi Gutmans <andi@php.net> | 2004-12-28 03:48:18 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-12-28 03:48:18 +0000 |
commit | c2913c977ac599e124f73cd94cdcdcf1133b7f1e (patch) | |
tree | 41b5f0fef3b762c32500b0d0c789f4204d491b56 /php.ini-recommended | |
parent | 5acd33001adc30f3cb6d1e2aa5029a95f1947e77 (diff) | |
download | php-git-c2913c977ac599e124f73cd94cdcdcf1133b7f1e.tar.gz |
- Revert expose_php change
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;;;;;;;;;;;;;;;;;;; |