gerarchia === 1) { $error = false; $pending = getPendingTranslations(); if (!empty($pending)) { header("Content-type: text/json"); header("Content-Disposition: attachment; filename=pending.json"); header("Pragma: no-cache"); header("Expires: 0"); echo json_encode($pending,JSON_PRETTY_PRINT); } } if ($error) { header('HTTP/1.0 403 Forbidden'); die(); } ?>