diff options
| author | reger <reger18@arcor.de> | 2014-12-20 01:59:00 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-12-20 01:59:00 +0100 |
| commit | ac61a398285ee94cc8c5b4502561fb5c9ac7f9b4 (patch) | |
| tree | 6c5deaa6516db62a328f35f2e9e617fe1ec56802 /htroot/RemoteCrawl_p.html | |
| parent | fe5d4e6c7bff7c87073cdd297e20e1933a8846e8 (diff) | |
use peeraddress for link in remote crawl list
to make link work without enabled proxy
upd pom for Jetty (missing in last commit)
Diffstat (limited to 'htroot/RemoteCrawl_p.html')
| -rw-r--r-- | htroot/RemoteCrawl_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/RemoteCrawl_p.html b/htroot/RemoteCrawl_p.html index f43855962..f077944f0 100644 --- a/htroot/RemoteCrawl_p.html +++ b/htroot/RemoteCrawl_p.html @@ -52,7 +52,7 @@ </tr> #{list}# <tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#"> - <td><a href="http://www.#[fullname]#.yacy">#[shortname]#</a></td> + <td><a href="http://#[peeraddress]#">#[shortname]#</a></td> <td align="right">#[RCount]#</td> <td align="right">#[version]#</td> <td align="right">#[ppm]#</td> |
