$configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php";
include_once($configPath);
$error = true;
if( !empty($_SESSION["utente"]) && $_SESSION["utente"]->permission('rda')){
$error = false;
$rda = rda::getList(['codice_stato' => 10]);
if(!empty($rda)){
?>
|
|
= __("ID") ?> |
= __("Oggetto") ?> |
= __("scadenza") ?> |
= __("Richiedente") ?> |
= __("Beneficiario") ?> |
|
= __('Rda selezionate') ?>
|
|
= __("ID") ?> |
= __("Oggetto") ?> |
= __("scadenza") ?> |
= __("Richiedente") ?> |
= __("Beneficiario") ?> |
|
}else{
alertManager::printWarningBox(__('Nessun Risultato'));
}
}
if($error){
header('HTTP/1.0 403 Forbidden');
die();
}
?>