Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
fixed read output and date in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yahesh committed Oct 29, 2019
1 parent 008d2ce commit b65c47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.20b0 (2019-10-18)
# 0.20b0 (2019-10-29)

* rewrote the application to use OpenSSL instead of GPG fixing indirect integrity vulnerabilities
* rewrote the client-side encryption to be based on the [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/)
Expand Down
2 changes: 1 addition & 1 deletion pages/read/get.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</noscript>

<h1>Read a Secret:</h1>
<p><pre id="secret"><?= html(SECRET_SHARING_URL.SECRET_URI) ?></pre></p>
<p><pre id="secret"><?= html(trail(SECRET_SHARING_URL, "/").SECRET_URI) ?></pre></p>

<form role="form" action="/<?= html(SECRET_URI) ?>" method="post">
<button type="submit" class="btn btn-default pull-right" id="read-secret-btn" name="read-secret-btn">Read the Secret!</button>
Expand Down

0 comments on commit b65c47d

Please sign in to comment.