* Router console: Flag placeholder pages as noncacheable

This commit is contained in:
zzz
2008-07-07 14:10:10 +00:00
parent 4d8ffc85e2
commit 07b895a069
4 changed files with 16 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.