Aggiunto il filtro per Provincia
This commit is contained in:
@@ -2044,6 +2044,10 @@ module.exports = {
|
||||
return namesurname;
|
||||
},
|
||||
|
||||
isFileExists(filename) {
|
||||
return fs.existsSync(filename)
|
||||
},
|
||||
|
||||
getiPAddressUser(req) {
|
||||
try {
|
||||
const striniziale = '::ffff:';
|
||||
|
||||
Reference in New Issue
Block a user