password != $_SESSION['confwiz_masterpwd']) {
require("../config/conflogin.php");
exit;
}
echo $_SESSION['header'];
echo "
" . _("Configuration wizard") . "\n";
echo "\n";
echo "\n";
echo ("".
"
\n");
echo ("" . _("The following settings were saved to profile:") . " " . $_SESSION['confwiz_config']->file . "
");
$_SESSION['confwiz_config']->printconf();
echo ("
" . _("Back to Login") . "");
echo("