fix canary pt2

This commit is contained in:
Arya Kiran 2022-12-09 23:23:19 +05:30
parent d783cdcd15
commit 0912b309bf
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<!--#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>
<pre><code><?php echo file_get_contents("./canaries/latest"); ?></code></pre>
<pre><code><?php echo file_get_contents("/var/log/canary/latest"); ?></code></pre>
<p>This canary's SHA256 checksum is <?php echo hash('sha256', file_get_contents("/var/log/canary/latest")); ?></p>
<p>Previous canaries can be found <a href=/canaries>here</a>.</p>