ulteriore fix namespace MedPRed --> ScheMe
This commit is contained in:
@@ -90,7 +90,7 @@ namespace ScheMe.WebUserControls
|
||||
if (USER_NAME != "" && AuthKey != "")
|
||||
{
|
||||
// invio email!
|
||||
devicesAuthProxy.stObj.sendEmailAuthKey(USER_NAME, AuthKey, "MedPred Authorization");
|
||||
devicesAuthProxy.stObj.sendEmailAuthKey(USER_NAME, AuthKey, "ScheMe Authorization");
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_header.ascx.cs" Inherits="ScheMe.WebUserControls.mod_header" %>
|
||||
<asp:Timer ID="Timer1" runat="server"></asp:Timer>
|
||||
<h1>MedPred - <%: titolo %></h1>
|
||||
<h1>ScheMe - <%: titolo %></h1>
|
||||
<a href="Default" data-icon="home" class="ui-btn-left">
|
||||
<asp:Label ID="lblVers" runat="server" Font-Bold="false" /></a>
|
||||
<a href="UserAdmin" data-icon="lock" class="ui-btn-right">User Admin</a>
|
||||
|
||||
@@ -98,7 +98,7 @@ namespace ScheMe.WebUserControls
|
||||
if (!devicesAuthProxy.stObj.isAuth)
|
||||
{
|
||||
// controllo cookie device...
|
||||
allOk = checkAuthCookieMedPred();
|
||||
allOk = checkAuthCookieScheMe();
|
||||
if (!allOk)
|
||||
{
|
||||
ResetUser();
|
||||
@@ -126,7 +126,7 @@ namespace ScheMe.WebUserControls
|
||||
/// <summary>
|
||||
/// verifica la presenza di un cookie VALIDO per autorizzare il device ed avvia utente...
|
||||
/// </summary>
|
||||
private bool checkAuthCookieMedPred()
|
||||
private bool checkAuthCookieScheMe()
|
||||
{
|
||||
bool answ = false;
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user