diff --git a/MP-SITE/M6Started.aspx b/MP-SITE/M6Started.aspx deleted file mode 100644 index 5d3663a1..00000000 --- a/MP-SITE/M6Started.aspx +++ /dev/null @@ -1,16 +0,0 @@ -<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="M6Started.aspx.cs" Inherits="MP_SITE.M6Started" %> - - - - - - - - -
-
- -
-
- - diff --git a/MP-SITE/M6Started.aspx.cs b/MP-SITE/M6Started.aspx.cs deleted file mode 100644 index 3f212a1f..00000000 --- a/MP-SITE/M6Started.aspx.cs +++ /dev/null @@ -1,52 +0,0 @@ -using SteamWare; -using System; - -namespace MP_SITE -{ - public partial class M6Started : BasePage - { - /// - /// caricamento pagina - /// - /// - /// - protected void Page_Load(object sender, EventArgs e) - { - // legge i get x registrare che una amcchian è stata riavviata - string idxMacchina = ""; - string IPv4 = ""; - string agent = ""; - string macAddr = ""; - try - { - idxMacchina = Request.QueryString["idxMacchina"]; - macAddr = Request.QueryString["mac"]; // opzionale, mac address!!! - } - catch - { } - try - { - // recupero IP del client remoto - IPv4 = Request.UserHostName; - agent = Request.UserAgent; - } - catch - { } - try - { - // ora salvo che la macchina è stata (ri)avviata... - MapoDb.MapoDb MapoDbObj = new MapoDb.MapoDb(); - MapoDbObj.registraStartup(idxMacchina, IPv4, agent, macAddr); - } - catch (Exception exc) - { - if (memLayer.ML.CRI("_logLevel") > 5) - { - string errore = $"Errore: {Environment.NewLine}{exc}"; - logger.lg.scriviLog(errore, tipoLog.EXCEPTION); - lblOut.Text = errore; - } - } - } - } -} \ No newline at end of file diff --git a/MP-SITE/M6Started.aspx.designer.cs b/MP-SITE/M6Started.aspx.designer.cs deleted file mode 100644 index 79f97110..00000000 --- a/MP-SITE/M6Started.aspx.designer.cs +++ /dev/null @@ -1,34 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace MP_SITE -{ - - - public partial class M6Started { - - /// - /// form1 control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlForm form1; - - /// - /// lblOut control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Label lblOut; - } -}