Turn magic quotes gpc off

On systems that have magic quotes gpc (get post cookie) turned on,
attempt to turn off with a php.ini file. This works for some users but
is dependent on OS and server security settings as to whether this takes
effect.
This commit is contained in:
Matt Pass
2013-04-20 16:12:32 +01:00
parent 831770e7d8
commit 2fa780236b

1
lib/php.ini Normal file
View File

@@ -0,0 +1 @@
magic_quotes_gpc = Off