forked from I2P_Developers/i2p.i2p
i2psnark: Remove references to "maggot" links
This commit is contained in:
@ -1147,8 +1147,8 @@ public class I2PSnarkServlet extends BasicServlet {
|
|||||||
try { if (in != null) in.close(); } catch (IOException ioe) {}
|
try { if (in != null) in.close(); } catch (IOException ioe) {}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
_manager.addMessage(_t("Invalid URL: Must start with \"http://\", \"{0}\", or \"{1}\"",
|
_manager.addMessage(_t("Invalid URL: Must start with \"{0}\" or \"{1}\"",
|
||||||
MagnetURI.MAGNET, MagnetURI.MAGGOT));
|
"http://", MagnetURI.MAGNET));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -2304,7 +2304,7 @@ public class I2PSnarkServlet extends BasicServlet {
|
|||||||
out.write(_t("From URL"));
|
out.write(_t("From URL"));
|
||||||
out.write(":<td><input type=\"text\" name=\"nofilter_newURL\" size=\"85\" value=\"" + newURL + "\" spellcheck=\"false\"" +
|
out.write(":<td><input type=\"text\" name=\"nofilter_newURL\" size=\"85\" value=\"" + newURL + "\" spellcheck=\"false\"" +
|
||||||
" title=\"");
|
" title=\"");
|
||||||
out.write(_t("Enter the torrent file download URL (I2P only), magnet link, maggot link, or info hash"));
|
out.write(_t("Enter the torrent file download URL (I2P only), magnet link, or info hash"));
|
||||||
out.write("\">\n");
|
out.write("\">\n");
|
||||||
// not supporting from file at the moment, since the file name passed isn't always absolute (so it may not resolve)
|
// not supporting from file at the moment, since the file name passed isn't always absolute (so it may not resolve)
|
||||||
//out.write("From file: <input type=\"file\" name=\"newFile\" size=\"50\" value=\"" + newFile + "\" /><br>");
|
//out.write("From file: <input type=\"file\" name=\"newFile\" size=\"50\" value=\"" + newFile + "\" /><br>");
|
||||||
|
Reference in New Issue
Block a user