Skip to content
Snippets Groups Projects
Commit a4fe023d authored by rswindell's avatar rswindell
Browse files

Bug-fix (copy/paste error apparently): PUT command uploads a file, so the file

shouldn't need to already exist.
parent 43a508b0
No related branches found
No related tags found
No related merge requests found
......@@ -648,10 +648,6 @@ function str_cmds(str)
if(str=="")
return;
}
if(!file_exists(str)) {
write(bbs.text(FileNotFound));
return;
}
if(!bbs.check_syspass())
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment