2005-01-14 cervantes
* Removed entirely misleading memory status from the console summary.
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
<b>Version:</b> <jsp:getProperty name="helper" property="version" /><br />
|
||||
<b>Uptime:</b> <jsp:getProperty name="helper" property="uptime" /><br />
|
||||
<b>Now:</b> <jsp:getProperty name="helper" property="time" /><br />
|
||||
<b>Memory:</b> <jsp:getProperty name="helper" property="memory" /><br />
|
||||
<b>Status:</b> <a href="config.jsp"><jsp:getProperty name="helper" property="reachability" /></a><br /><%
|
||||
if (helper.updateAvailable()) {
|
||||
if ("true".equals(System.getProperty("net.i2p.router.web.UpdateHandler.updateInProgress", "false"))) {
|
||||
|
@ -1,5 +1,8 @@
|
||||
$Id: history.txt,v 1.387 2006/01/12 16:18:40 jrandom Exp $
|
||||
$Id: history.txt,v 1.388 2006/01/13 01:27:45 cervantes Exp $
|
||||
|
||||
2005-01-14 cervantes
|
||||
* Removed entirely misleading memory status from the console summary.
|
||||
|
||||
2005-01-13 cervantes
|
||||
* Further Syndie layout hardening and typeface balancing.
|
||||
|
||||
|
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
||||
*
|
||||
*/
|
||||
public class RouterVersion {
|
||||
public final static String ID = "$Revision: 1.332 $ $Date: 2006/01/12 16:18:39 $";
|
||||
public final static String ID = "$Revision: 1.333 $ $Date: 2006/01/13 01:27:44 $";
|
||||
public final static String VERSION = "0.6.1.9";
|
||||
public final static long BUILD = 1;
|
||||
public final static long BUILD = 2;
|
||||
public static void main(String args[]) {
|
||||
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
|
||||
System.out.println("Router ID: " + RouterVersion.ID);
|
||||
|
Reference in New Issue
Block a user