forked from science-ation/science-ation
remove the messages about admin/config being left open for all, as they no longer are. you must login as a committee member to see them
This commit is contained in:
parent
3b1febd3fb
commit
923c62f307
@ -25,7 +25,6 @@
|
||||
require("../common.inc.php");
|
||||
auth_required('admin');
|
||||
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 />";
|
||||
|
@ -26,7 +26,6 @@
|
||||
auth_required('config');
|
||||
|
||||
send_header("Configuration");
|
||||
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=\"variables.php\">Configuration Variables</a> <br />";
|
||||
echo "<a href=\"dates.php\">Important Dates</a> <br />";
|
||||
|
Loading…
Reference in New Issue
Block a user