diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 14:10:34 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 14:10:34 +0200 |
commit | 0d02fe02d61bfc4db1418c9bfad2206bbfc2f3c5 (patch) | |
tree | 36fe2466421e991185c8939fceaa510040d4e80e /loggedin.php | |
parent | 69e5811baed686a7f768c5db25856d04cd15d145 (diff) | |
download | fileup-0d02fe02d61bfc4db1418c9bfad2206bbfc2f3c5.tar.gz |
The X Window System, part 2 of N
Diffstat (limited to 'loggedin.php')
-rw-r--r-- | loggedin.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/loggedin.php b/loggedin.php index 36b92af..708b14b 100644 --- a/loggedin.php +++ b/loggedin.php @@ -1,23 +1,3 @@ -<div> - <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> - <button id="upload_btn" onclick="new_folder()">New Folder</button> - <div class="separator"></div> - <div class="path" id="the_path"> - <button class="pathentry" id="home_path_entry"> - <?php echo $_SESSION['user_object']->username; ?>'s files - </button> - </div> - </h2> - - <div class="files" id="current_directory"> - </div> - </div> - -</div> - <form id="upload_form" style="display:none;" action="php/upload.php" method="post" enctype="multipart/form-data"> <input id="filename" name="filename"> <input type="file" name="the_file" id="the_file"> |