= $msg ?>
include 'lib/apistatic.php';
$msg = "";
switch ($statoSportello) {
case SPORTELLO_MANUTENZIONE:
$msg = "Gentile utente, il servizio è in manutenzione
Ci scusiamo per il disagio.
Grazie.";
break;
case SPORTELLO_PREPARAZIONE_PRE:
$msg = "Gentile utente, lo sportello per la preparazione delle istanze sarà attivo dal " . DATA_PREPARAZIONE_INIZIO . " al " . DATA_PREPARAZIONE_FINE . ".
";
break;
case SPORTELLO_PRESENTAZIONE_PRE:
$msg = "Gentile utente, lo sportello per la preparazione delle istanze è chiuso
";
break;
case SPORTELLO_PRESENTAZIONE_POST:
$msg = "Gentile utente, lo sportello per la preparazione delle istanze è chiuso
";
break;
}
if ($msg == "") {
header("Location: index.php");
}
?>
include_once ROOT . 'layout/head.php'; ?>