X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FAjaxResponse.php;h=b9f8085557adac62221c731d84a862ca83c1c3d4;hb=bd756e66843bd1f346ebfed21d11996fde92ba62;hp=f5f08341f3e1e66f561f5258315d812824adde62;hpb=5c1630efa7a6e0d5de4aee50c342803b1d873842;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AjaxResponse.php b/includes/AjaxResponse.php index f5f08341f3..b9f8085557 100644 --- a/includes/AjaxResponse.php +++ b/includes/AjaxResponse.php @@ -1,13 +1,11 @@ mCacheDuration ) . " GMT" ); - header ( "Cache-Control: s-max-age={$this->mCacheDuration},public,max-age={$this->mCacheDuration}" ); + header ( "Cache-Control: s-maxage={$this->mCacheDuration},public,max-age={$this->mCacheDuration}" ); } } else {