summaryrefslogtreecommitdiff
path: root/roundcubemail/installer
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-11-03 07:44:33 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-11-03 07:44:33 +0000
commitb9ff37b34c79c41f047c4e0683429b930090117e (patch)
treee210d4956eec9bf450b12965718ce83fd01518a8 /roundcubemail/installer
parent537f44864785f0cbdb1c8defdc84b9e2093e3f57 (diff)
Handle magic_quotes on runtime and remove them from the requirements list (#1485285)
git-svn-id: https://svn.roundcube.net/trunk@2029 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer')
-rw-r--r--roundcubemail/installer/welcome.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/installer/welcome.html b/roundcubemail/installer/welcome.html
index bfec23337..0c6805a11 100644
--- a/roundcubemail/installer/welcome.html
+++ b/roundcubemail/installer/welcome.html
@@ -22,7 +22,6 @@
<li>error_reporting E_ALL &amp; ~E_NOTICE (or lower)</li>
<li>file_uploads on (for attachment upload features)</li>
<li>session.auto_start needs to be off</li>
- <li>magic_quotes_gpc off</li>
</ul>
</li>
<li>A MySQL or PostgreSQL database engine or the SQLite extension for PHP</li>