Uploaded the 1.0 launcher website as well as test patcher website.

This commit is contained in:
Filip Maj 2017-01-11 19:21:33 -05:00
parent 63b3098592
commit a8f3fe28d4
32 changed files with 565 additions and 5 deletions

View 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>