summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-11-03 07:44:33 +0000
committerthomascube <thomas@roundcube.net>2008-11-03 07:44:33 +0000
commit6e47c0be5c3b59cedbda8da8d708e69534964de2 (patch)
treedb7d91d5574c6b0d0a1dc9edca487e2878120674 /installer
parenta9ab9fd5707c86242b09c610e235500102d4a0dd (diff)
Handle magic_quotes on runtime and remove them from the requirements list (#1485285)
Diffstat (limited to 'installer')
-rw-r--r--installer/welcome.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/welcome.html b/installer/welcome.html
index bfec23337..0c6805a11 100644
--- a/installer/welcome.html
+++ b/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>