- fix [ 1328105 ] Pages should contain "no-cache" tags

This commit is contained in:
Wouter van Oijen 2005-10-16 21:11:51 +00:00
parent 7d7b2ff006
commit f11dd7c753
2 changed files with 2 additions and 1 deletions

View file

@ -36,6 +36,7 @@
- fix [ 1326687 ] Export on windows Apache server doesn't work (with quick
fix (Thanks to Sven Opitz)
- fix [ 1327237 ] 6.7.5 Shortcuts
- fix [ 1328105 ] Pages should contain "no-cache" tags
6.7.6

View file

@ -133,7 +133,7 @@ sub process {
}
</script>
';
if ($session{var}{adminOn}) {
if (WebGUI::Grouping::isInGroup(2)) {
# This "triple incantation" panders to the delicate tastes of various browsers for reliable cache suppression.
$var{'head.tags'} .= '
<meta http-equiv="Pragma" content="no-cache" />