gerarchia === 1) { $error = false; header("Content-type: text/json"); header("Content-Disposition: attachment; filename=pending.json"); header("Pragma: no-cache"); header("Expires: 0"); readfile($confi["path_vocabolario"]."/vocabolario.json"); } if ($error) { header('HTTP/1.0 403 Forbidden'); die(); } ?>