diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 13:24:43 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 13:24:43 +0200 |
commit | 69e5811baed686a7f768c5db25856d04cd15d145 (patch) | |
tree | a23ab56f688d4a8b6e4b37a89850c4aaf0cfc049 /loggedin.php | |
parent | 3ab8276b269b3d646d232cf093d13bb280e28bf7 (diff) | |
download | fileup-69e5811baed686a7f768c5db25856d04cd15d145.tar.gz |
The X Window System, part 1 of N
Diffstat (limited to 'loggedin.php')
-rw-r--r-- | loggedin.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/loggedin.php b/loggedin.php index cc31684..36b92af 100644 --- a/loggedin.php +++ b/loggedin.php @@ -1,5 +1,5 @@ <div> - <div class="filesystem"> + <div class="window" id="root_window"> <h2 style="display: flex; gap: 0rem;"> <button id="upload_btn" onclick="begin_upload()">Upload</button> <div class="separator"></div> @@ -7,11 +7,8 @@ <div class="separator"></div> <div class="path" id="the_path"> <button class="pathentry" id="home_path_entry"> - <?php - $user=$_SESSION['user_object']; - echo $user->username; - ?> - 's files</button> + <?php echo $_SESSION['user_object']->username; ?>'s files + </button> </div> </h2> |