$configPath = substr(__DIR__, 0, strpos(__DIR__, "/public_html")) . "/config.php"; include_once($configPath); if(! empty($_GET["codice"])) { $fvoe = FVOE::init($_GET["codice"], FVOEInizializationType::CODICE_FVOE); if(! empty($fvoe->info["codice"]) && $fvoe->info["stato"] >= 20 && $fvoe->isAccessible()) { $breadcrumb = [ "/{$fvoe->info["modulo"]}/" => Modulo::getInfo($fvoe->info["modulo"])["titolo"], "/{$fvoe->info["modulo"]}/panel.php?codice=" . $fvoe->getFascicolo()["id_riferimento"] => __("Pannello"), "/{$fvoe->info["modulo"]}/npa/index.php?codice=" . $fvoe->getFascicolo()["id_riferimento"] => __("ANAC"), "/npa/lotti/panel.php?codice_lotto={$fvoe->info["codice_lotto_npa"]}&codice_fascicolo={$fvoe->info["codice_npa"]}" => "Lotto #{$fvoe->info["codice_lotto_npa"]}", "" => "FASCICOLO VIRTUALE OE" ]; //Instanzio l'alertManager $alertManager = new alertManager("fvoe-{$fvoe->info["codice"]}"); include_once "{$beRoot}/layout/top.php"; $update = $fvoe->updateDocuments([], $message); if(! $update) { $alertManager->addDangerAlert($message ?? __("Errore accesso ai documenti FVOE")); } $oe = $fvoe->getOperatoreEconomico(); ?>
Codice Fiscale: = htmlspecialchars($oe['codice_fiscale']); ?>
UUID: = htmlspecialchars($oe['uuid']); ?>
Data di inizio: = mysql2date($fvoe->info["data_inizio"]) ?>
Data di fine: = mysql2date($fvoe->info["data_fine"]) ?>