load_config(); // exit if installation is complete if ($RCI->configured && !$RCI->getprop('enable_installer') && !$_SESSION['allowinstaller']) { // header("HTTP/1.0 404 Not Found"); echo '

The installer is disabled!

'; echo '

To enable it again, set $rcmail_config[\'enable_installer\'] = true; in config/main.inc.php

'; echo '
'; exit; } ?>

RoundCube Webmail Installer

    $item) { $j = $i + 1; $link = ($RCI->step >= $j || $RCI->configured) ? '' . Q($item) . '' : Q($item); printf('
  1. %s
  2. ', $j+1, $RCI->step > $j ? ' passed' : ($RCI->step == $j ? ' current' : ''), $link); } ?>
step]) { include $include_steps[$RCI->step]; } else { header("HTTP/1.0 404 Not Found"); echo '

Invalid step

'; } ?>