aboutsummaryrefslogtreecommitdiffstats
path: root/php/upload.php
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-02-12 14:05:49 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-02-12 14:05:49 +0200
commit1c5476e68cc0d43b534521ea3e647bbe0d7e86df (patch)
treea4fd963d41b81b10ab8b32fb8e963a13ce904482 /php/upload.php
parent3909f0306619241b46848bcab602a22103fa15ba (diff)
downloadfileup-1c5476e68cc0d43b534521ea3e647bbe0d7e86df.tar.gz
drop table order
Diffstat (limited to 'php/upload.php')
-rw-r--r--php/upload.php2
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"];