include '../../lib/api.php'; if (!Utils::isStatoSportelloPreparazione(true)) { Utils::RedirectTo(HTTP_PRIVATE_SECTION . 'info.php'); } $state = $LoggedAccount->checkStateEditableFieldPage(); $domanda = Domanda::loadDomandaFromAccount(); if (intval($domanda->STATO) == ANNULLATA) { Utils::RedirectTo(HTTP_PRIVATE_SECTION . 'dashboard.php'); } $toDay = new DateTime(); $oggi = $toDay->format('Y-m-d'); ?> include_once ROOT . 'layout/head.php'; ?>
include_once ROOT . 'layout/header.php'; ?>