#289120 by jastern: Set magic_quotes_sybase = 0 to prevent default php.ini settings from double-quoting JavaScript in Drupal.

merge-requests/26/head
Angie Byron 2009-01-09 02:49:01 +00:00
parent 18ad0f6933
commit d046c0c211
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ DirectoryIndex index.php
# PHP 5, Apache 1 and 2.
<IfModule mod_php5.c>
php_flag magic_quotes_gpc off
php_flag magic_quotes_sybase off
php_flag register_globals off
php_flag session.auto_start off
php_value mbstring.http_input pass