summaryrefslogtreecommitdiff
path: root/modules/about.module
blob: 3b3694866bc744df9595ae3903a38ca2d19ccf83 (plain)
1
2
3
4
5
6
7
8
9
<?

$module = array("admin" => "about_admin");

function about_admin() {
  print "under construction";
}

?>