aboutsummaryrefslogtreecommitdiffstats
path: root/php/upload.php
diff options
context:
space:
mode:
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"];