From 923c62f307e7dc1b25261c2dbd90446332a481d7 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 17 Feb 2005 15:00:29 +0000 Subject: [PATCH] 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 --- admin/index.php | 1 - config/index.php | 1 - 2 files changed, 2 deletions(-) diff --git a/admin/index.php b/admin/index.php index 414b32b..b0a933b 100644 --- a/admin/index.php +++ b/admin/index.php @@ -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 "Participant Registration
"; echo "Printable Reports
"; diff --git a/config/index.php b/config/index.php index c891fcf..939d68c 100644 --- a/config/index.php +++ b/config/index.php @@ -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 "Configuration Variables
"; echo "Important Dates
";