Changeset 30ea6f3
- Timestamp:
- Jan 9, 2019 1:07:59 PM (2 years ago)
- Branches:
- master
- Children:
- 2c703300
- Parents:
- 5634055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/jsp/index.jsp
r5634055 r30ea6f3 36 36 } else { 37 37 String version = net.i2p.CoreVersion.VERSION; 38 if (version.equals("0.9.37")) { 39 // dev builds, force everyone to run it once for testing 40 tgt = "welcome"; 41 } else if (version.equals(firstVersion)) { 38 if (version.equals(firstVersion)) { 42 39 // first install 38 or later, still on same version 43 40 tgt = "welcome";
Note: See TracChangeset
for help on using the changeset viewer.