From 1c5476e68cc0d43b534521ea3e647bbe0d7e86df Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Fri, 12 Feb 2021 14:05:49 +0200 Subject: drop table order --- php/upload.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'php') 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"]; -- cgit v1.2.3 From 1de4d8dea14a9641206cd91613388ee5f228bae5 Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Fri, 12 Feb 2021 14:21:12 +0200 Subject: front end for readdir --- php/readdir.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php') diff --git a/php/readdir.php b/php/readdir.php index e69de29..b6a1916 100644 --- a/php/readdir.php +++ b/php/readdir.php @@ -0,0 +1,3 @@ + -- cgit v1.2.3