2022-04-27 16:59:31 +00:00
|
|
|
<?php // Preamble
|
2007-03-16 00:49:05 +00:00
|
|
|
$pageName = "Member Central";
|
|
|
|
$need = 'auth';
|
|
|
|
$modules = 'member_stuff';
|
|
|
|
|
|
|
|
require "parts/preamble.php"; // Load most of document
|
|
|
|
?>
|
2007-03-16 17:18:09 +00:00
|
|
|
<H2>Welcome to Developer Central, <?=$userInfo['u_displayname']?>!</H2>
|
2007-03-18 09:26:58 +00:00
|
|
|
<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>
|
2007-03-19 03:36:19 +00:00
|
|
|
|
|
|
|
<P>
|
|
|
|
See information on the PHP implementation on the server
|
|
|
|
<A href="phpinfo.php">here</A>.
|
2022-04-27 16:59:31 +00:00
|
|
|
</P>
|