diff options
| author | reger <reger18@arcor.de> | 2017-08-06 23:41:53 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-08-06 23:41:53 +0200 |
| commit | 4979439e87a537e4e49d49ef24f0913e895bffae (patch) | |
| tree | 73b1c9dce4db1e932f9b632bf96c26656a31c448 /htroot | |
| parent | e918ec199ef5a7ce28f4b4a08163d39e6a4f2578 (diff) | |
Skip public post of jre version.
Added to determine switch to java8 https://github.com/yacy/yacy_search_server/commit/596b5dfa5936b25b605c42807730c29a1d08cd15
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/Network.html | 2 | ||||
| -rw-r--r-- | htroot/Network.java | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index 3a12d013a..daf1305e6 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -127,7 +127,6 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window. <td><strong>Received DHT<br/>Word Chunks</strong></td>
<td><strong>Received<br/>URLs</strong></td>
<td><strong>Location</strong><br/></td>
- <td><strong>JRE</strong><br/></td>
#(c)#::<td><strong>user agent<br/></strong></td>#(/c)#
<td>send <strong>M</strong>essage/<br/>show <strong>P</strong>rofile/<br/>edit <strong>W</strong>iki/<br/>browse <strong>B</strong>log</td>
</tr>
@@ -154,7 +153,6 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window. <td align="right">#[rI]#</td>
<td align="right">#[rU]#</td>
<td align="right">#[location]#</td>
- <td align="right">#[jre]#</td>
#(c)#::<td align="right">#[userAgent]#</td>#(/c)#
<td><nobr>
<a href="MessageSend_p.html?hash=#[hash]#" title="Send message to peer #[fullname]#">m</a>
diff --git a/htroot/Network.java b/htroot/Network.java index 5e7c502c0..ee5539dd8 100644 --- a/htroot/Network.java +++ b/htroot/Network.java @@ -503,7 +503,6 @@ public class Network { prop.putNum(STR_TABLE_LIST + conCount + "_rU", seed.getLong(Seed.URL_IN, 0));
prop.putNum(STR_TABLE_LIST + conCount + "_ppm", PPM);
prop.putNum(STR_TABLE_LIST + conCount + "_qph", Math.round(6000d * QPM) / 100d);
- prop.putHTML(STR_TABLE_LIST + conCount + "_jre", seed.get(Seed.JRE, ""));
conCount++;
} // seed != null
} // while
|
