science-ation/config/index.php

11 lines
362 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=\"catdiv.php\">Categories and Divisions</a> <br />";
send_footer();
?>