1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-21 20:27:47 +00:00
project-meteor-server/www/control_panel_header.php
2016-03-28 22:07:10 -04:00

8 lines
176 B
PHP

<?php
$g_userInfo = GetUserInfo($g_databaseConnection, $g_userId);
?>
<p>
Welcome, <?php echo($g_userInfo["name"]); ?>. <a href="control_panel_logout.php">(Logout)</a>
</p>