tl: canary.php > pt-BR

This commit is contained in:
Vitor Gonçalves 2023-11-30 16:50:03 -03:00
parent 2b97ab500b
commit 18ca33ab0e
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 5 additions and 5 deletions

View File

@ -12,16 +12,16 @@
<meta name="viewport" content="width=device-width">
<meta name="description" content="Warrant Canary of ~vern">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Warrant Canary | ~vern</title>
<title>Canários de garantia | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=canary>Warrant Canary</h1> <a aria-hidden=true href=#canary>#canary</a></div>
<p>Below is our <a href=//wl.vern.cc/wiki/warrant_canary>warrant canary</a>. Please watch very closely for any updates of this page. We release a new canary monthly, within a week of the beginning of the month.</p>
<div class=h><h1 id=canary>Canário de garantia</h1> <a aria-hidden=true href=#canary>#canary</a></div>
<p>Abaixo está nosso <a href=//wl.vern.cc/wiki/warrant_canary>canário de garantia</a>. Por favor, visite essa página constantemente. Nós lançamos um canário mensalmente, geralmente na primeira semana do mês.</p>
<pre><code><?php echo file_get_contents("/var/log/canary/latest"); ?></code></pre>
<p>This canary's SHA256 checksum is <code><?php echo substr(end(file("/var/log/canary/SHA256SUMS")), 0, 64); ?></code></p>
<p>O hash SHA256 desse canário é <code><?php echo substr(end(file("/var/log/canary/SHA256SUMS")), 0, 64); ?></code></p>
<p>Previous canaries and checksum file can be found <a href=/canaries>here</a>.</p>
<p>Canários anteriores e seus hashes podem ser encontrados aqui: <a href=/canaries>here</a>.</p>
<!--#include file="footer.cgi" -->
</body>
</html>