aboutsummaryrefslogtreecommitdiffstats
path: root/php/upload.php
diff options
context:
space:
mode:
authoradam <adam@>2021-02-12 14:22:24 +0200
committeradam <adam@>2021-02-12 14:22:24 +0200
commit75640897d7ae44f10b9dde091d4b8dcba8e23776 (patch)
treea12ddea0e17f80ec9a1e4b12128cef0e0a12e257 /php/upload.php
parentbbd462f80f0b491caf15f0cc7fd8c7ed88e33ba6 (diff)
parent1de4d8dea14a9641206cd91613388ee5f228bae5 (diff)
downloadfileup-75640897d7ae44f10b9dde091d4b8dcba8e23776.tar.gz
Merge branch 'master' of https://github.com/alexvitkov/india
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"];