From b65c47d62f9928d674a7ce474bf9be493ba4144a Mon Sep 17 00:00:00 2001
From: Kenny
Date: Tue, 29 Oct 2019 13:57:38 +0100
Subject: [PATCH] fixed read output and date in CHANGELOG
---
CHANGELOG.md | 2 +-
pages/read/get.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c3edd7..167b9d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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/)
diff --git a/pages/read/get.php b/pages/read/get.php
index 16638ef..e8102a9 100644
--- a/pages/read/get.php
+++ b/pages/read/get.php
@@ -21,7 +21,7 @@
Read a Secret:
- = html(SECRET_SHARING_URL.SECRET_URI) ?>
+ = html(trail(SECRET_SHARING_URL, "/").SECRET_URI) ?>