$configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php"; include_once($configPath); $error = true; if (isset($_SESSION["utente"]) && $_SESSION["utente"]->gerarchia < 10) { $error = false; $coda = $pdo->go("SELECT codice_ente, codice_pec, MIN(timestamp_creazione) AS data_inizio, count(codice) AS totale FROM b_coda GROUP BY codice_ente, codice_pec ORDER BY timestamp_creazione "); if ($coda->rowCount() > 0) { ?>
| = __("Indirizzo interessato") ?> | = __("Data inizio coda") ?> | = __("Messaggi") ?> | |
|---|---|---|---|
|
= $ente ?> = $indirizzo ?> = ($integrazione) ? (" " . __("Integrazione") . "") : "" ?> |
= $oggetto["data_inizio"] ?>
= $diff ?> = __("Giorni"); ?>
|
= $oggetto["totale"] ?> |
if (!empty($oggetto["codice_ente"])) { ?>
} ?>
|