Make canary.php use <code> for sha256sum

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-08-07 16:23:51 -04:00
parent ded51f437d
commit bb8be234fd
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<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("/var/log/canary/latest"); ?></code></pre>
<p>This canary's SHA256 checksum is <?php echo substr(end(file("/var/log/canary/SHA256SUMS")), 0, 64); ?></p>
<p>This canary's SHA256 checksum is <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>
<!--#include file="footer.cgi" -->