Author: poeml Date: Wed May 5 21:24:43 2010 New Revision: 8049 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8049&view=rev Log: mod_autoindex_mb: ".mirrorlist" is now used instead of "?mirrorlist" suffix, to link to the mirror lists. Modified: trunk/mod_autoindex_mb/mod_autoindex_mb.c Modified: trunk/mod_autoindex_mb/mod_autoindex_mb.c URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_autoindex_mb/mod_autoindex_mb.c?rev=8049&r1=8048&r2=8049&view=diff ============================================================================== --- trunk/mod_autoindex_mb/mod_autoindex_mb.c (original) +++ trunk/mod_autoindex_mb/mod_autoindex_mb.c Wed May 5 21:24:43 2010 _at_@ -1799,7 +1799,7 @@ if (autoindex_opts & MIRRORLIST) { if (anchor[strlen(anchor)-1] != '/') { /* not for directories */ ap_rvputs(r, " </td><td><a href=\"", anchor, - "?mirrorlist\">Mirrors</a>", NULL); + ".mirrorlist\">Mirrors</a>", NULL); } else { ap_rputs("</td><td> ", r); _at_@ -1903,7 +1903,7 @@ if (anchor[strlen(anchor)-1] != '/') { /* not for directories */ if (autoindex_opts & MIRRORLIST) { ap_rvputs(r, " <a href=\"", anchor, - "?mirrorlist\">Mirrors</a>", NULL); + ".mirrorlist\">Mirrors</a>", NULL); } if (autoindex_opts & METALINK) { ap_rvputs(r, " <a href=\"", anchor, _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Wed May 05 2010 - 19:24:46 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT