1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-18 18:07:22 +01:00

warn in status checks if a custom DNS record has been set on a domain that would normally serve web and as a result that domain no longer is serving web

This commit is contained in:
Joshua Tauberer
2015-09-05 20:07:12 +00:00
parent 104b804059
commit 4f6fa40dbd
2 changed files with 16 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ Control panel:
* When S3 backup credentials are set, the credentials are now no longer ever sent back from the box to the client, for better security.
* Fixed the jumpiness when a modal is displayed.
* Focus is put into the login form fields when the login form is displayed.
* Status checks now include a warning if a custom DNS record has been set on a domain that would normally serve web and as a result that domain no longer is serving web.
v0.13b (August 30, 2015)
------------------------