thomascube
2011-10-05 537c394302df13e7623a36b28b11caceeaaa75b2
installer/welcome.html
@@ -1,17 +1,20 @@
<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>
  <li>PHP Version 4.3.1 or greater including
  <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>mbstring (optional)</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:
@@ -25,6 +28,6 @@
    <li>An SMTP server (recommended) or PHP configured for mail delivery</li>
</ul>
<input type="submit" value="START" />
<input type="submit" value="START INSTALLATION" />
</form>