make it not show the password boxes again once you change your password

This commit is contained in:
james 2005-03-02 19:00:12 +00:00
parent cbf768067c
commit aa4dc8d75c

View File

@ -69,6 +69,8 @@
unset($_SESSION['judges_password_expired']); unset($_SESSION['judges_password_expired']);
echo "<a href=\"register_judges_main.php\">&lt;&lt; ".i18n("Back to Judges Registration Summary")."</a><br />"; echo "<a href=\"register_judges_main.php\">&lt;&lt; ".i18n("Back to Judges Registration Summary")."</a><br />";
echo "<br />"; echo "<br />";
send_footer();
exit;
} }
} }
} }