From 1904ec99b63333ef8a1130d67ffe9466efd89699 Mon Sep 17 00:00:00 2001 From: Paul Beuchat <beuchatp@control.ee.ethz.ch> Date: Fri, 8 May 2020 12:05:40 +0200 Subject: [PATCH] Correct small spelling mistake --- web_interface/html/upload_dfall_system_file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_interface/html/upload_dfall_system_file.php b/web_interface/html/upload_dfall_system_file.php index 13eed6cc..2abb9537 100644 --- a/web_interface/html/upload_dfall_system_file.php +++ b/web_interface/html/upload_dfall_system_file.php @@ -44,7 +44,7 @@ move_uploaded_file($_FILES['file']['tmp_name'], $upload_location ); // Echo success - echo "Upload SUCESSFUL.<br>"; + echo "Upload SUCCESSFUL.<br>"; // Echo the from and to paths //echo " Moved " . $_FILES['file']['tmp_name'] . " to " . $upload_location; // Echo the to path -- GitLab