forked from science-ation/science-ation
12 lines
305 B
PHP
12 lines
305 B
PHP
<?
|
|
require("../common.inc.php");
|
|
send_header("Administration - Participant Registration");
|
|
echo "<a href=\"index.php\"><< ".i18n("Back to Administration")."</a><br />";
|
|
echo "<br />";
|
|
echo "<a href=\"registration_receivedforms.php\">View/Input Received Forms</a> <br />";
|
|
|
|
|
|
|
|
send_footer();
|
|
?>
|