website/members.php
2007-03-18 09:26:58 +00:00

13 lines
432 B
PHP

<? // Preamble
$pageName = "Member Central";
$need = 'auth';
$modules = 'member_stuff';
require "parts/preamble.php"; // Load most of document
?>
<H2>Welcome to Developer Central, <?=$userInfo['u_displayname']?>!</H2>
<P>
This is the area for developers to post news/plan entries, edit your user
information, check on the server(s), and so on. Members with Admin-level
access can modify news/plan entries here as well.
</P>