diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-07-12 01:53:01 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-07-12 01:53:01 +0200 |
| commit | 9b9c11226334fcf4666235cea9fa9aa71f75ddda (patch) | |
| tree | 7c2fd5d5f9194025c9aa2da90da5b2d16b642169 /htroot/ConfigBasic.html | |
| parent | 87858536e42696c23d5adbd087fb68934993fe25 (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.html | 2 |
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" /> + <input type="text" name="port" id="port" value="#[defaultPort]#" size="5" maxlength="5" #(hasSystemDefinedPort)#::disabled="disabled"#(/hasSystemDefinedPort)#/> #(hasSystemDefinedPort)#::(Set by system property '#[systemProperty]#')#(/hasSystemDefinedPort)# <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> |
