Web Editor home made
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user