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]) {