forked from science-ation/science-ation
11 lines
149 B
PHP
11 lines
149 B
PHP
![]() |
<?
|
||
|
require("../common.inc.php");
|
||
|
send_header("Configuration - Categories and Divisions");
|
||
|
|
||
|
if($_POST['action']=="save")
|
||
|
{
|
||
|
}
|
||
|
|
||
|
send_footer();
|
||
|
?>
|