science-ation/config/index.php
james 43cf64ee89 Add dates configuration
fix variables to POST to the right page
add dates to config index
2005-01-14 15:44:36 +00:00

14 lines
555 B
PHP

<?
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 "<a href=\"variables.php\">Configuration Variables</a> <br />";
echo "<a href=\"dates.php\">Important Dates</a> <br />";
echo "<a href=\"categories.php\">Project Age Categories</a> <br />";
echo "<a href=\"divisions.php\">Project Divisons</a> <br />";
echo "<a href=\"subdivisions.php\">Project Sub-Divisons</a> <br />";
send_footer();
?>