typo
This commit is contained in:
@@ -54,7 +54,7 @@ namespace MoonProTablet.WebUserControls
|
||||
swData = "MoonProTablet";
|
||||
}
|
||||
lblSwData.Text = swData;
|
||||
//lblVers.Text = string.Format("{0}.{1}", memLayer.ML.confReadString("mainRev"), memLayer.ML.confReadString("minRev"));
|
||||
//lblVers.Text = string.Format("{0}.{1}", memLayer.ML.CRS("mainRev"), memLayer.ML.CRS("minRev"));
|
||||
lblVers.Text = string.Format("v.{0}", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
|
||||
}
|
||||
/// <summary>
|
||||
@@ -70,7 +70,7 @@ namespace MoonProTablet.WebUserControls
|
||||
string _paginaCorrente = finalUrl[n - 1].ToString();
|
||||
try
|
||||
{
|
||||
HttpCookie cookie = Request.Cookies[memLayer.ML.confReadString("cookieName")];
|
||||
HttpCookie cookie = Request.Cookies[memLayer.ML.CRS("cookieName")];
|
||||
if (cookie == null || cookie.Value == "")
|
||||
{
|
||||
// rimando pagina x registrazione devices
|
||||
@@ -115,7 +115,7 @@ namespace MoonProTablet.WebUserControls
|
||||
else
|
||||
{
|
||||
// svuoto cookie...
|
||||
memLayer.ML.emptyCookieVal(memLayer.ML.confReadString("cookieName"));
|
||||
memLayer.ML.emptyCookieVal(memLayer.ML.CRS("cookieName"));
|
||||
// rimando pagina x registrazione devices
|
||||
logger.lg.scriviLog(string.Format("Dominio / UsrName non validi / non trovati:{0}devSec:{1}{0}UsrName{2}{0}Dominio{3}", Environment.NewLine, devSecret, UsrName, Dominio), tipoLog.STARTUP);
|
||||
Response.Redirect("~/regNewDevice.aspx");
|
||||
|
||||
Reference in New Issue
Block a user