mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 21:21:59 +00:00
Use the new 'display name' field for members.php
This commit is contained in:
parent
8260ad0ffd
commit
23505842f1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
require "parts/preamble.php"; // Load most of document
|
||||
?>
|
||||
<H2>Welcome to Developer Central, <?=ucfirst($REMOTE_USER)?>!</H2>
|
||||
<H2>Welcome to Developer Central, <?=$userInfo['u_displayname']?>!</H2>
|
||||
<P>This is the area for developers to post news, edit your user information,
|
||||
check on the server(s), and so on. Members with Admin-level access can modify
|
||||
news items here as well.</P>
|
||||
|
|
Loading…
Reference in a new issue