Fix canary lol

Signed-off-by: Skylar 'The Cobra' Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-10-22 11:34:23 -04:00
parent 29be74dfb0
commit 97acc24974
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 2 additions and 2 deletions

View File

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