Set magic_quotes to be off. Session bug compat back to default
This commit is contained in:
@@ -10,6 +10,5 @@ ErrorDocument 404 http://www.winehq.org/site/404
|
|||||||
# Modify the PHP configuration (global vars, etc.)
|
# Modify the PHP configuration (global vars, etc.)
|
||||||
php_value register_globals 0
|
php_value register_globals 0
|
||||||
php_value short_open_tag 0
|
php_value short_open_tag 0
|
||||||
php_value session.bug_compat_42 0
|
|
||||||
php_value register_long_arrays 0
|
php_value register_long_arrays 0
|
||||||
|
php_value magic_quotes_gpc 0
|
||||||
|
|||||||
Reference in New Issue
Block a user