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:
james 2005-02-17 15:00:29 +00:00
parent 3b1febd3fb
commit 923c62f307
2 changed files with 0 additions and 2 deletions

View File

@ -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 />";

View File

@ -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 />";