add hint to turn of magic quotes

This commit is contained in:
Bernhard Posselt 2013-04-23 18:54:44 +02:00
Родитель 02436eae6d
Коммит 3a80912b35
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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