diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index f67fe055f..f079fc10d 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,3 +1,9 @@ +<%@ page contentType="text/html; charset=UTF-8"%> +<% +response.setHeader("Cache-Control","no-cache"); +response.setHeader("Pragma","no-cache"); +response.setDateHeader ("Expires", -1); +%>
03 Jan. 2013
- "Legolas, Elven Comrade" now should automatically allow to choose a minion skirmishing an unbound companion.
diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/contribute.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/contribute.html
index 21e201f40..c106ca939 100644
--- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/contribute.html
+++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/contribute.html
@@ -1,3 +1,9 @@
+<%@ page contentType="text/html; charset=UTF-8"%>
+<%
+response.setHeader("Cache-Control","no-cache");
+response.setHeader("Pragma","no-cache");
+response.setDateHeader ("Expires", -1);
+%>
How can I help?
You can contribute in multiple ways: