Web Editor home made

This commit is contained in:
Surya Paolo
2022-11-17 08:09:48 +01:00
parent 60cf27c002
commit 745d4829bb
7 changed files with 52 additions and 9 deletions

View File

@@ -1593,9 +1593,10 @@ function uploadFile(req, res, version) {
// console.log('tofile', tofile);
if (!tools.sulServer()) {
res.end();
return;
res.end();
return;
}
// Move in the folder application !
tools.move(fromfile, tofile, (err) => {