require("../common.inc.php");
send_header("Administration");
echo error(i18n("Note: this section will normally be password protected. It is left open for now for debugging and testing purposes"));
echo "Participant Registration
";
echo "Printable Reports
";
send_footer();
?>