Aggiunto il filtro per Provincia

This commit is contained in:
paoloar77
2022-01-23 23:25:34 +01:00
parent 66eaca6d41
commit 632534eed1
15 changed files with 89399 additions and 24 deletions

View File

@@ -2044,6 +2044,10 @@ module.exports = {
return namesurname;
},
isFileExists(filename) {
return fs.existsSync(filename)
},
getiPAddressUser(req) {
try {
const striniziale = '::ffff:';