diff --git a/htroot/Status.html b/htroot/Status.html index 4257b3c50..dcf17a3e2 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -60,7 +60,7 @@ #(/urgentSetPassword)# - #(urgentStatusVirgin)#:: + #(urgentStatusVirgin)#::
bad
You have not published your peer seed yet. This happens automatically, just wait.
diff --git a/htroot/Status.java b/htroot/Status.java index 9d6a2dac3..b7d96b7fa 100644 --- a/htroot/Status.java +++ b/htroot/Status.java @@ -128,7 +128,11 @@ public class Status { } else { prop.put("protection", "1"); // protected } - + + if (sb.getConfigBool("adminAccountForLocalhost", false)) { + prop.put("unrestrictedLocalAccess", 1); + } + // free disk space if ((adminaccess) && (!sb.observer.getDisksOK())) { diff --git a/htroot/Status_p.inc b/htroot/Status_p.inc index 780601fef..34fe8c31a 100644 --- a/htroot/Status_p.inc +++ b/htroot/Status_p.inc @@ -17,10 +17,17 @@
Protection
#(protection)# - Password is missing + Password is missing. :: password-protected - #(/protection)#
+ #(/protection)# + + #(unrestrictedLocalAccess)# + :: +
Unrestricted access from localhost. + #(/unrestrictedLocalAccess)# + [Configure] +
Address
Host: #[host]#:#[port]# #(extPortFormat)#::| (Binding to interface: #[extPort]#)#(/extPortFormat)# #(sslSupport)#::| SSL: enabled#(/sslSupport)#
@@ -102,7 +109,7 @@
#(seedServer)# Disabled. - [Configure]. + [Configure] :: Enabled: Updating to server #[seedServer]#. Last upload: #[lastUpload]# ago.