diff -Nur mirrorbrain-2.18.1.orig/mod_mirrorbrain/mod_mirrorbrain.c mirrorbrain-2.18.1/mod_mirrorbrain/mod_mirrorbrain.c
--- mirrorbrain-2.18.1.orig/mod_mirrorbrain/mod_mirrorbrain.c 2014-02-04 17:22:24.000000000 -0600
+++ mirrorbrain-2.18.1/mod_mirrorbrain/mod_mirrorbrain.c 2017-06-29 21:01:01.202314049 -0500
@@ -3002,22 +3002,9 @@
"
\n", r);
ap_rprintf(r, " - http://%s%s.meta4 (IETF Metalink)
\n",
r->hostname, r->uri, r->hostname, r->uri);
- ap_rprintf(r, " - http://%s%s.metalink (old (v3) Metalink)
\n",
- r->hostname, r->uri, r->hostname, r->uri);
ap_rputs("
\n" "\n", r);
if (hashbag) {
- if (!apr_is_empty_array(scfg->tracker_urls)) {
- /* Torrent downloads */
- ap_rputs("\n"
- "
P2P links
\n"
- "
\n", r);
- ap_rprintf(r, " - http://%s%s.torrent (BitTorrent)
\n",
- r->hostname, r->uri, r->hostname, r->uri);
- ap_rprintf(r, " - http://%s%s.magnet (Magnet)
\n",
- r->hostname, r->uri, r->hostname, r->uri);
- ap_rputs("
\n" "
\n", r);
- }
if (hashbag->sha1hex && (hashbag->zblocksize > 0)
&& hashbag->zhashlens && hashbag->zsumshex) {