mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Added login site.
This commit is contained in:
parent
0876b293e8
commit
94db8336df
20 changed files with 2362 additions and 0 deletions
8
www/control_panel_header.php
Normal file
8
www/control_panel_header.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
$g_userInfo = GetUserInfo($g_databaseConnection, $g_userId);
|
||||
|
||||
?>
|
||||
<p>
|
||||
Welcome, <?php echo($g_userInfo["name"]); ?>. <a href="control_panel_logout.php">(Logout)</a>
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue