Tolto sito MP-Site come MP_Site-old e creato sito empty MP-SITE x travaso

This commit is contained in:
Samuele E. Locatelli
2018-11-10 09:03:32 +01:00
parent cc83039645
commit 5f0f39ff6e
469 changed files with 52791 additions and 14391 deletions
@@ -1,19 +0,0 @@
using System;
using System.Web.UI;
public partial class MAPO_refresh : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
Timer1.Interval = SteamWare.memLayer.ML.CRI("refreshShort");
}
}
protected void Timer1_Tick(object sender, EventArgs e)
{
// per sicurezza indico di aggiornare grafici...
SteamWare.memLayer.ML.setSessionVal("graphDataRefresh", true);
}
}