From aca6f0415ee1ccbdd45e50db5370ba3539eb4b31 Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Mon, 10 Jan 2005 22:12:52 +0000 Subject: [PATCH] Set magic_quotes to be off. Session bug compat back to default --- .htaccess | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 4d6129b..778800f 100644 --- a/.htaccess +++ b/.htaccess @@ -10,6 +10,5 @@ ErrorDocument 404 http://www.winehq.org/site/404 # Modify the PHP configuration (global vars, etc.) php_value register_globals 0 php_value short_open_tag 0 -php_value session.bug_compat_42 0 php_value register_long_arrays 0 - +php_value magic_quotes_gpc 0