### Eclipse Workspace Patch 1.0 #P drupal Index: .htaccess =================================================================== RCS file: /cvs/drupal/drupal/.htaccess,v retrieving revision 1.90 diff -u -r1.90 .htaccess --- .htaccess 5 Oct 2007 14:43:23 -0000 1.90 +++ .htaccess 21 Feb 2008 04:15:36 -0000 @@ -22,26 +22,6 @@ # 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