summaryrefslogtreecommitdiff
path: root/htroot/ConfigBasic.html
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-07-12 01:53:01 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-07-12 01:53:01 +0200
commit9b9c11226334fcf4666235cea9fa9aa71f75ddda (patch)
tree7c2fd5d5f9194025c9aa2da90da5b2d16b642169 /htroot/ConfigBasic.html
parent87858536e42696c23d5adbd087fb68934993fe25 (diff)
Handle more propertly local port configuration by system property
And prefixed property with "net.yacy" to avoid ambiguity.
Diffstat (limited to 'htroot/ConfigBasic.html')
-rw-r--r--htroot/ConfigBasic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html
index daef4777a..1d0c0df91 100644
--- a/htroot/ConfigBasic.html
+++ b/htroot/ConfigBasic.html
@@ -90,7 +90,7 @@
<dl>
<dt><label for="port">Peer Port: </label></dt>
<dd>
- <input type="text" name="port" id="port" value="#[defaultPort]#" size="5" maxlength="5" />&nbsp;&nbsp;&nbsp;
+ <input type="text" name="port" id="port" value="#[defaultPort]#" size="5" maxlength="5" #(hasSystemDefinedPort)#::disabled="disabled"#(/hasSystemDefinedPort)#/> #(hasSystemDefinedPort)#::(Set by system property '#[systemProperty]#')#(/hasSystemDefinedPort)#&nbsp;&nbsp;&nbsp;
<input type="checkbox" name="withssl" id="withssl" #(withsslenabled)#::checked="checked"#(/withsslenabled)#>with SSL (https enabled#(withsslenabled)#:: on port <a href="Settings_p.html?page=ProxyAccess">#[sslport]#</a>#(/withsslenabled)#)
</dd>
#(upnp)#::<dt>