From 6e17d0eb4ea44b26acc6d366902ccc550bd72bfd Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 7 Jan 2014 08:40:13 +0100 Subject: [PATCH] magic quotes should be turned off --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 89f15be03..db56109ab 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,9 @@ LANG set to your system default. If LANG=C, then the original filename of an uploaded document will not be preserved if the filename contains non ascii characters. +Turn off magic_quotes_gpc in your php.ini, if you are using a php version +below 5.4. + 1. Using the installation tool ------------------------------