require("../common.inc.php");
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
";
echo "Project Age Categories
";
echo "Project Divisons
";
echo "Project Sub-Divisons
";
echo "Images (Fair Logo)
";
send_footer();
?>