| | |
| | | set_include_path($include_path); |
| | | |
| | | require_once 'utils.php'; |
| | | require_once 'main.inc'; |
| | | |
| | | session_start(); |
| | | |
| | |
| | | exit; |
| | | } |
| | | |
| | | // go to 'test' step if we have a local configuration |
| | | // go to 'check env' step if we have a local configuration |
| | | if ($RCI->configured && empty($_REQUEST['_step'])) { |
| | | header("Location: ./?_step=3"); |
| | | header("Location: ./?_step=1"); |
| | | exit; |
| | | } |
| | | |
| | |
| | | </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]; |