password != $_SESSION['confwiz_masterpwd']) { require("../config/conflogin.php"); exit; } echo $_SESSION['header']; echo "" . _("Configuration wizard") . "\n"; echo "\n"; echo "\n"; echo ("

". "\"LDAP




\n"); echo ("" . _("The following settings were saved to profile:") . " " . $_SESSION['confwiz_config']->file . "

"); $_SESSION['confwiz_config']->printconf(); echo ("




" . _("Back to Login") . ""); echo(""); // remove config wizard settings unset($_SESSION['confwiz_config']); unset($_SESSION['confwiz_ldap']); unset($_SESSION['confwiz_masterpwd']); ?>