From ffdbe06e3a6f48051265af9abc9e616369f58440 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 Feb 2008 19:45:47 +0000 Subject: [PATCH] - Patch #221364 by thehong: Drupal 7, now with less PHP4. --- .htaccess | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.htaccess b/.htaccess index a3806ef6ce2..3479f16817b 100644 --- a/.htaccess +++ b/.htaccess @@ -22,26 +22,6 @@ DirectoryIndex index.php # Override PHP settings. More in sites/default/settings.php # but the following cannot be changed at runtime. -# PHP 4, Apache 1. - - php_value magic_quotes_gpc 0 - php_value register_globals 0 - php_value session.auto_start 0 - php_value mbstring.http_input pass - php_value mbstring.http_output pass - php_value mbstring.encoding_translation 0 - - -# PHP 4, Apache 2. - - php_value magic_quotes_gpc 0 - php_value register_globals 0 - php_value session.auto_start 0 - php_value mbstring.http_input pass - php_value mbstring.http_output pass - php_value mbstring.encoding_translation 0 - - # PHP 5, Apache 1 and 2. php_value magic_quotes_gpc 0