From 68070e448c6c8cd09faa75fd70ff11bfea764cc1 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 27 Jun 2011 03:09:15 -0400 Subject: [PATCH] - Fix PHP warning in mailbox_info(), - Set namespace/delimiter in constructor (this way some methods could be used before connecting to IMAP server) --- installer/welcome.html | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/installer/welcome.html b/installer/welcome.html index bfec233..a992c5e 100644 --- a/installer/welcome.html +++ b/installer/welcome.html @@ -1,8 +1,8 @@ <form action="index.php" methond="get"> <input type="hidden" name="_step" value="1" /> -<p>Welcome to the interactive install script for the RoundCube Webmail package</p> -<p>First let's check your local environment and find out if everything RoundCube needs is available.</p> +<p>Welcome to the interactive install script for the Roundcube Webmail package</p> +<p>First let's check your local environment and find out if everything Roundcube needs is available.</p> <p>The basic requirements are:</p> <ul> @@ -22,7 +22,6 @@ <li>error_reporting E_ALL & ~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> -- Gitblit v1.9.1