2004-11-10 13:59:32 +00:00
|
|
|
<?
|
|
|
|
require("../common.inc.php");
|
|
|
|
send_header("Administration");
|
2005-01-05 20:08:56 +00:00
|
|
|
echo error(i18n("Note: this section will normally be password protected. It is left open for now for debugging and testing purposes"));
|
2004-11-10 13:59:32 +00:00
|
|
|
|
2005-01-05 20:08:56 +00:00
|
|
|
echo "<a href=\"registration.php\">Participant Registration</a> <br />";
|
2005-01-13 22:00:34 +00:00
|
|
|
echo "<a href=\"reports.php\">Printable Reports</a> <br />";
|
2004-11-10 13:59:32 +00:00
|
|
|
|
|
|
|
send_footer();
|
|
|
|
?>
|