alecpl
2009-02-21 0ff63513c2c172ba9986b5d3f077951b1c47a328
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];