0.3.14:
Se errore di connessione al Server: compare l'username telegram ! Se Cookie disattivati: non riesci a loggare. sui Gruppi: non si vede il Comune ! Sei stato accettato da paoloar77 a far parte del Gruppo Terraw. MSG SBAGLIATO l'immagine dell'amministratore del gruppo non compariva
This commit is contained in:
@@ -223,6 +223,7 @@ router.post('/settable', authenticate, async (req, res) => {
|
||||
const fieldsvalue = {'ALL': 1};
|
||||
|
||||
mydata.idapp = req.user.idapp;
|
||||
const idapp = mydata.idapp;
|
||||
|
||||
let consentito = false;
|
||||
|
||||
@@ -1385,6 +1386,11 @@ function uploadFile(req, res, version) {
|
||||
oldpath = file.path;
|
||||
file.path = newname;
|
||||
|
||||
if (!tools.sulServer()) {
|
||||
res.end();
|
||||
return;
|
||||
}
|
||||
|
||||
// Move in the folder application !
|
||||
tools.move(oldpath, newname, (err) => {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user