Skip to content

Commit

Permalink
restore stats
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Dec 1, 2023
1 parent d833f53 commit 97cb90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ private final String getHostName(String host) {

public static final String DEFAULT_JUMP_SERVERS =
//"http://i2host.i2p/cgi-bin/i2hostjump?," +
//"http://stats.i2p/cgi-bin/jump.cgi?a=," +
"http://stats.i2p/cgi-bin/jump.cgi?a=," +
//"http://no.i2p/jump/," +
"http://i2pjump.i2p/jump/," +
//"http://i2jump.i2p/";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public class HomeHelper extends HelperBase {
_x("I2P Technical Docs") + S + _x("Technical documentation") + S + "http://i2p-projekt.i2p/how" + S + I + "education.png" + S +
_x("I2P Wiki") + S + S + "http://wiki.i2p-projekt.i2p/" + S + I + "trac_wiki.png" + S +
_x("I2P Bug Reports") + S + _x("Bug tracker") + S + "http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues" + S + I + "bug.png" + S +
//"stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "chart_bar.png" + S +
"stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "chart_bar.png" + S +
"";

public boolean shouldShowWelcome() {
Expand Down

0 comments on commit 97cb90e

Please sign in to comment.