summaryrefslogtreecommitdiff
path: root/htroot/ConfigBasic.html
diff options
context:
space:
mode:
authorOrbiter <Orbiter@users.noreply.github.com>2016-08-26 11:57:41 +0200
committerGitHub <noreply@github.com>2016-08-26 11:57:41 +0200
commit503312ca43d355e18466933804151dcdf7e688c6 (patch)
tree6366ea62b5c38c71205dc5db5410ebed58cc9ce9 /htroot/ConfigBasic.html
parent722ab0973fdac464bda67439dd355afee1d762a8 (diff)
parentb9c28893eea64ec14b82a0a0defdaeff019623c8 (diff)
Merge pull request #61 from luccioman/heroku_experiments
Deploy YaCy on Heroku
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 20b7e0832..bbcfea2c0 100644
--- a/htroot/ConfigBasic.html
+++ b/htroot/ConfigBasic.html
@@ -91,7 +91,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>