$error = true; if (!isset($root)) { $configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php"; include_once($configPath); } if (isset($_SESSION["utente"])) { if (!isset($categoriaServizio)) { $first = false; $categoriaServizio = get_campi("r_oe_servizi_tecnici"); $idServizio = $_POST["id"]; $id = $_GET["parent"]; } if (!isset($categorieST)) { $categorieST = getCategorieServiziTecnici(); } if (!empty($categorieST)) { $error = false; ?>