till
2008-03-23 7635d21b4c128e383e61b27981872200c13bf4d5
installer/index.php
@@ -25,7 +25,7 @@
<h1>RoundCube Webmail Installer</h1>
<?php
  ini_set('error_reporting', E_ALL&~E_NOTICE);
  ini_set('display_errors', 1);
  $docroot = realpath(dirname(__FILE__) . '/../');
@@ -50,7 +50,6 @@
</ol>
<?php
$include_steps = array('welcome.html', 'check.php', 'config.php', 'test.php');
if ($include_steps[$RCI->step]) {