svncommit
2009-05-12 f22c2cefb4c7f8b1a995d5de6f706d49861c473c
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];