diff options
| author | reger <reger18@arcor.de> | 2016-10-25 03:02:31 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-10-25 03:02:31 +0200 |
| commit | 3cc2af8f926486f016eec39809a6634f98130bf7 (patch) | |
| tree | 1ae571487dfbaeef7292441a0107de0f7212a0ab /htroot/Crawler_p.html | |
| parent | 3c7220bc7b2e5f6d014083e755f468e5770ed023 (diff) | |
reduce the mix of absolute and relative internal html page links
(prefer relative for same pg or neighbors) to ease proxied access
e.g. http://mantis.tokeek.de/view.php?id=701
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index 154352d32..92d417f4d 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -80,7 +80,7 @@ </tbody> </table> #(terminate-button)#:: - <form action="/Crawler_p.html" method="get"> + <form action="Crawler_p.html" method="get"> <input type="hidden" name="queues_terminate_all" value="" /> <button type="submit" class="btn btn-danger" onclick="return confirm('Confirm Termination of All Crawls')"><span class="glyphicon glyphicon-remove-circle"></span> Terminate All</button> </form> |
