- fix [ 1328105 ] Pages should contain "no-cache" tags
This commit is contained in:
parent
7d7b2ff006
commit
f11dd7c753
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue