diff options
author | thomascube <thomas@roundcube.net> | 2012-04-04 14:59:16 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-04 14:59:16 +0000 |
commit | c04b23adfd3945fe2f177cc4b86f4cbcc325bd96 (patch) | |
tree | 9910df7054ee661ce2667cdf3b1dbbb4e9508c0b /installer/welcome.html | |
parent | c2ba7aba288e9fb8c0466b61b0fba13ed29f0c3b (diff) |
- replace claim in Roundcube logo
- require support_url config option in installer
Diffstat (limited to 'installer/welcome.html')
-rw-r--r-- | installer/welcome.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/installer/welcome.html b/installer/welcome.html deleted file mode 100644 index a992c5ee9..000000000 --- a/installer/welcome.html +++ /dev/null @@ -1,33 +0,0 @@ -<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>The basic requirements are:</p> -<ul> - <li>PHP Version 5.2.0 or greater including - <ul> - <li>PCRE (perl compatible regular expression)</li> - <li>Session support</li> - <li>Libiconv (recommended)</li> - <li>OpenSSL (recommended)</li> - <li>FileInfo (optional)</li> - <li>Multibyte/mbstring (optional)</li> - <li>Mcrypt (optional)</li> - </ul> - </li> - <li>php.ini options: - <ul> - <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> - </ul> - </li> - <li>A MySQL or PostgreSQL database engine or the SQLite extension for PHP</li> - <li>An SMTP server (recommended) or PHP configured for mail delivery</li> -</ul> - -<input type="submit" value="START INSTALLATION" /> - -</form> |