summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-24 22:25:38 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-24 22:25:48 -0700
commit766de009090cd1a49b6726e79bce7a69392491be (patch)
tree2901a00ef1273643e8aad3f54799f3a410d32858
parenta19dba9416516fffaa53b0c1955d625c60d7e557 (diff)
Turn off magic_quotes_sybase and magic_quotes_runtime.
Fixes ticket #394.
-rw-r--r--.htaccess14
1 files changed, 8 insertions, 6 deletions
diff --git a/.htaccess b/.htaccess
index 3714aa64..79ba4be2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,10 +1,12 @@
<IfModule mod_php5.c>
- php_value short_open_tag 1
- php_value magic_quotes_gpc 0
- php_value register_globals 0
- php_value session.auto_start 0
- php_value upload_max_filesize 20M
- php_value post_max_size 100M
+ php_value short_open_tag 1
+ php_value magic_quotes_gpc 0
+ php_value magic_quotes_sybase 0
+ php_value magic_quotes_runtime 0
+ php_value register_globals 0
+ php_value session.auto_start 0
+ php_value upload_max_filesize 20M
+ php_value post_max_size 100M
</IfModule>
# You can use mod_rewrite to enable short urls in Gallery 3 (which