- rfe: Workflow activity for assigning users to a group

- The prevent proxy cache setting also now sets anti-caching meta tags and
   HTTP headers.
This commit is contained in:
JT Smith 2006-08-16 22:04:59 +00:00
parent 7122e069e6
commit 35db285a67
6 changed files with 181 additions and 8 deletions

View file

@ -180,7 +180,7 @@ return props[propName];
</script>
<!--morehead-->
';
if ($self->session->user->isInGroup(2)) {
if ($self->session->user->isInGroup(2) || $self->session->setting->get("preventProxyCache")) {
# 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" />