You are here

function advagg_update_7201 in Advanced CSS/JS Aggregation 7.2

Remove Last-Modified Header from .htaccess to fix far future 304's.

File

./advagg.install, line 418
Handles Advanced Aggregation installation and upgrade tasks.

Code

function advagg_update_7201(&$sandbox) {
  return advagg_install_update_htaccess('Header set Last-Modified');
}