diff --git a/apps/routerconsole/jsp/i2psnark/index.html b/apps/routerconsole/jsp/i2psnark/index.html index b5d580fd56ade45a5522fbd2b2557408a4ff129d..290497311e70a494f1740d6cb43665be0862b554 100644 --- a/apps/routerconsole/jsp/i2psnark/index.html +++ b/apps/routerconsole/jsp/i2psnark/index.html @@ -1,4 +1,7 @@ -<html><head><title>I2PSnark Disabled</title></head> +<html><head><title>I2PSnark Disabled</title> +<meta http-equiv="cache-control" content="no-cache" /> +<meta http-equiv="pragma" content="no-cache" /> +</head> <body> I2PSnark is not running. Go to <a href="/configclients.jsp">the config clients page</a> to start it. diff --git a/apps/routerconsole/jsp/i2ptunnel/index.jsp b/apps/routerconsole/jsp/i2ptunnel/index.jsp index 10d67519cfe117b192ceee5d7d8b537427f596f2..edba596ef25b4c3c8fcc92945a966ebcc8fe375a 100644 --- a/apps/routerconsole/jsp/i2ptunnel/index.jsp +++ b/apps/routerconsole/jsp/i2ptunnel/index.jsp @@ -1,4 +1,7 @@ -<html><head><title>I2PTunnel Disabled</title></head> +<html><head><title>I2PTunnel Disabled</title> +<meta http-equiv="cache-control" content="no-cache" /> +<meta http-equiv="pragma" content="no-cache" /> +</head> <body> I2PTunnel is not running. Go to <a href="/configclients.jsp">the config clients page</a> to start it. diff --git a/apps/routerconsole/jsp/susidns/index.jsp b/apps/routerconsole/jsp/susidns/index.jsp index 1a3ae2c0bb6611df3159c4ae77e53cf6bcdaccb9..5fb267a83cae77f8d4d0677cdda69b35a827df6e 100644 --- a/apps/routerconsole/jsp/susidns/index.jsp +++ b/apps/routerconsole/jsp/susidns/index.jsp @@ -1,4 +1,7 @@ -<html><head><title>SusiDNS Disabled</title></head> +<html><head><title>SusiDNS Disabled</title> +<meta http-equiv="cache-control" content="no-cache" /> +<meta http-equiv="pragma" content="no-cache" /> +</head> <body> SusiDNS is not running. Go to <a href="/configclients.jsp">the config clients page</a> to start it. diff --git a/apps/routerconsole/jsp/susimail/susimail b/apps/routerconsole/jsp/susimail/susimail index 879b7a442cc7d9cef4c6cd5fd524ad9cf9347fc4..9852921214f68858df775d54a37f8727a5d2eb79 100644 --- a/apps/routerconsole/jsp/susimail/susimail +++ b/apps/routerconsole/jsp/susimail/susimail @@ -1,4 +1,7 @@ -<html><head><title>SusiMail Disabled</title></head> +<html><head><title>SusiMail Disabled</title> +<meta http-equiv="cache-control" content="no-cache" /> +<meta http-equiv="pragma" content="no-cache" /> +</head> <body> SusiMail is not running. Go to <a href="/configclients.jsp">the config clients page</a> to start it.