diff options
author | Aaron Parecki <aaron@parecki.com> | 2018-08-01 19:20:53 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2018-08-01 19:20:53 -0700 |
commit | 136c1826dd64d9d7ed368004312b4f5fcd7f2ed9 (patch) | |
tree | b8aba37178691f71be2f5c75030a2d5c8dece54a /views/email.php | |
parent | 4ed2513ded964eb99d460755ed2e312141426d84 (diff) |
better error messages
Diffstat (limited to 'views/email.php')
-rw-r--r-- | views/email.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/views/email.php b/views/email.php index 1f97905..e3464f6 100644 --- a/views/email.php +++ b/views/email.php @@ -19,11 +19,4 @@ <p>If you attach a photo to your email or MMS, it will be sent to your Micropub endpoint. (Only one photo is currently supported.)</p> </div> - <div> - <?php if($this->test_response): ?> - <h4>Last response from your Micropub endpoint</h4> - <pre id="test_response" style="width: 100%; min-height: 280px;"><?= htmlspecialchars($this->test_response) ?></pre> - <?php endif; ?> - </div> - -</div>
\ No newline at end of file +</div> |