diff options
| author | reger <reger18@arcor.de> | 2014-06-02 02:11:54 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-06-02 02:11:54 +0200 |
| commit | 7a52a6ba3f4b1fc3138120f3bbaa153931ffdc0f (patch) | |
| tree | 72f7dff2aa452a3811bc0af0e0282721fc10803b /htroot/ConfigBasic.html | |
| parent | b803622ac3a1402961c21986685f4909e9f5243c (diff) | |
add links to port config in status panel
- pom upd to match javadoc location
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 c6e823dee..2f0259a4e 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -93,7 +93,7 @@ <dt><label for="port">Peer Port: </label></dt> <dd> <input type="text" name="port" id="port" value="#[defaultPort]#" size="5" maxlength="5" /> - <input type="checkbox" name="withssl" id="withssl" #(withsslenabled)#::checked="checked"#(/withsslenabled)#>with SSL (https enabled#(withsslenabled)#:: on port #[sslport]# #(/withsslenabled)#) + <input type="checkbox" name="withssl" id="withssl" #(withsslenabled)#::checked="checked"#(/withsslenabled)#>with SSL (https enabled#(withsslenabled)#:: on port <a href="Settings_p.html?page=http">#[sslport]#</a>#(/withsslenabled)#) </dd> #(upnp)#::<dt> <label for="enableUpnp">Configure your router for YaCy: </label> |
