summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-09 02:49:01 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-09 02:49:01 +0000
commitd046c0c211b9a55a1e08829ccdb18b09d1c8eefc (patch)
tree90bbbb3634d84e6e214ec9e4ce0f4543f64a0474 /.htaccess
parent18ad0f6933122d08ce394cb756f35b8d9c9e9900 (diff)
downloadbrdo-d046c0c211b9a55a1e08829ccdb18b09d1c8eefc.tar.gz
brdo-d046c0c211b9a55a1e08829ccdb18b09d1c8eefc.tar.bz2
#289120 by jastern: Set magic_quotes_sybase = 0 to prevent default php.ini settings from double-quoting JavaScript in Drupal.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 35af76ca7..c6494dca7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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