diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-12 14:05:49 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-12 14:05:49 +0200 |
commit | 1c5476e68cc0d43b534521ea3e647bbe0d7e86df (patch) | |
tree | a4fd963d41b81b10ab8b32fb8e963a13ce904482 /php/upload.php | |
parent | 3909f0306619241b46848bcab602a22103fa15ba (diff) | |
download | fileup-1c5476e68cc0d43b534521ea3e647bbe0d7e86df.tar.gz |
drop table order
Diffstat (limited to 'php/upload.php')
-rw-r--r-- | php/upload.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/php/upload.php b/php/upload.php index 0aefefc..01ab6a6 100644 --- a/php/upload.php +++ b/php/upload.php @@ -9,8 +9,6 @@ if (!isset( $_POST["filename"]) || !isset($_FILES["the_file"])) exit(1); } -echo "adsf"; - $file = $_FILES["the_file"]; $filename= $_POST["filename"]; |