forked from science-ation/science-ation
Fix a parse error - dave you need to check these when you commit!!
This commit is contained in:
parent
f1706322d7
commit
17b10cc269
@ -31,7 +31,7 @@
|
|||||||
send_header("Project Editor",
|
send_header("Project Editor",
|
||||||
array('Committee Main' => 'committee_main.php',
|
array('Committee Main' => 'committee_main.php',
|
||||||
'Administration' => 'admin/index.php',
|
'Administration' => 'admin/index.php',
|
||||||
'Participant Registration' => 'admin/registration.php')
|
'Participant Registration' => 'admin/registration.php',
|
||||||
'Registration List and Statistics' => 'admin/registration_list.php')
|
'Registration List and Statistics' => 'admin/registration_list.php')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user