summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-23 18:54:44 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-23 18:54:44 +0200
commit3a80912b355315dfed34b196f8cb3161946985b8 (patch)
tree558c4aee2dfe8a628ce2090d42aa044710e28626 /README.rst
parent02436eae6d660ebf709d987836fb657dc63f5bce (diff)
add hint to turn of magic quotes
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 6ebb405b1..49a35491e 100644
--- a/README.rst
+++ b/README.rst
@@ -28,6 +28,7 @@ Before you install the app check that the following requirements are met:
- Your database uses utf-8
- Your webserver uses utf-8
+- `Magic quotes are turned off <http://php.net/manual/de/security.magicquotes.disabling.php>`_
- You use a browser that supports the FileReader API
- You can use a cron or webcron to call Background Jobs in ownCloud
- (optional) install php-curl