update footer...

This commit is contained in:
Samuele E. Locatelli
2018-09-11 17:48:24 +02:00
parent b1c4ea8c1c
commit 31264cbf83
+3 -3
View File
@@ -29,13 +29,13 @@ namespace PUB.WebUserContols
get
{
string answ = memLayer.ML.CRS("Ambient");
if (answ == "PROD")
if (answ == "DEV")
{
answ = devicesAuthProxy.stObj.utente;
answ += " | " + devicesAuthProxy.stObj.utente;
}
else
{
answ += " | " + devicesAuthProxy.stObj.utente;
answ = devicesAuthProxy.stObj.utente;
}
return answ;
}