diff options
| author | reger <reger18@arcor.de> | 2014-05-17 23:36:59 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-05-17 23:36:59 +0200 |
| commit | e31493e139b1772c2d60bea08370eba3b877e88c (patch) | |
| tree | b5801d0265654520b2154d2c8fdb6a09f121b0f1 /htroot/Settings_Proxy.inc | |
| parent | 89e2c5e884deae4f6d59c4e301e223b577303861 (diff) | |
"Use remote proxy for yacy" has no function, remove option and related config item
see/fix bug http://mantis.tokeek.de/view.php?id=23
http://mantis.tokeek.de/view.php?id=189
Diffstat (limited to 'htroot/Settings_Proxy.inc')
| -rw-r--r-- | htroot/Settings_Proxy.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/htroot/Settings_Proxy.inc b/htroot/Settings_Proxy.inc index 8b247a950..84f469752 100644 --- a/htroot/Settings_Proxy.inc +++ b/htroot/Settings_Proxy.inc @@ -11,14 +11,6 @@ <td>Enables the usage of the remote proxy by yacy</td>
</tr>
<tr valign="top">
- <td colspan="2"><label for="prxy4yacy">Use remote proxy for yacy <-> yacy communication</label></td>
- <td><input type="checkbox" name="remoteProxyUse4Yacy" id="prxy4yacy"#(remoteProxyUse4Yacy)#:: checked="checked"#(/remoteProxyUse4Yacy)# /></td>
- <td>
- Specifies if the remote proxy should be used for the communication of this peer to other yacy peers.<br />
- <em>Hint:</em> Enabling this option could cause this peer to remain in junior status.
- </td>
- </tr>
- <tr valign="top">
<td colspan="2"><label for="prxy4ssl">Use remote proxy for HTTPS</label></td>
<td><input type="checkbox" name="remoteProxyUse4SSL" id="prxy4ssl"#(remoteProxyUse4SSL)#:: checked="checked"#(/remoteProxyUse4SSL)# /></td>
<td>Specifies if YaCy should forward ssl connections to the remote proxy.</td>
|
