* Router console: Flag placeholder pages as noncacheable
This commit is contained in:
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user