science-ation/register_participants.php

7 lines
93 B
PHP
Raw Normal View History

2004-11-30 18:55:39 +00:00
<?
require("common.inc.php");
send_header("Participant Registration");
send_footer();
?>