forked from science-ation/science-ation
0e10fcda45
implement new PDF class in reports_checkin
11 lines
361 B
PHP
11 lines
361 B
PHP
<?
|
|
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 "<a href=\"registration.php\">Participant Registration</a> <br />";
|
|
echo "<a href=\"reports.php\">Printable Reports</a> <br />";
|
|
|
|
send_footer();
|
|
?>
|