From 2fa780236beb6d3664db5772729c797dda2e4b79 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 20 Apr 2013 16:12:32 +0100 Subject: [PATCH] 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. --- lib/php.ini | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/php.ini diff --git a/lib/php.ini b/lib/php.ini new file mode 100644 index 0000000..702ced9 --- /dev/null +++ b/lib/php.ini @@ -0,0 +1 @@ +magic_quotes_gpc = Off \ No newline at end of file