forked from science-ation/science-ation
add stub for registration administration
This commit is contained in:
parent
abf8f8d7a7
commit
4f1265e38d
@ -1,8 +1,9 @@
|
||||
<?
|
||||
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 />";
|
||||
|
||||
send_footer();
|
||||
?>
|
||||
|
8
admin/registration.php
Normal file
8
admin/registration.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?
|
||||
require("../common.inc.php");
|
||||
send_header("Administration - Participant Registration");
|
||||
echo "<a href=\"index.php\"><< ".i18n("Back to Administration")."</a><br />";
|
||||
|
||||
|
||||
send_footer();
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user