<?
$return = false;
if (!empty($modulo) && !empty($id) && !empty($_SESSION["utente"])) {
$gara = publicGara::init($id);
if (!empty($gara)) { $return = true; }
}
?>