Skip to content
Snippets Groups Projects
Commit 1904ec99 authored by Paul Beuchat's avatar Paul Beuchat
Browse files

Correct small spelling mistake

parent 9b56f069
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment