installer/index.php
@@ -13,6 +13,7 @@ set_include_path($include_path); require_once 'rcube_shared.inc'; require_once 'utils.php'; session_start(); @@ -105,7 +106,7 @@ </ol> <?php $include_steps = array('welcome.html', 'check.php', 'config.php', 'test.php'); $include_steps = array('./welcome.html', './check.php', './config.php', './test.php'); if ($include_steps[$RCI->step]) { include $include_steps[$RCI->step];