You are here

function advagg_update_7202 in Advanced CSS/JS Aggregation 7.2

Remove the 480 week Far-Future code from .htaccess (violates RFC 2616 14.21).

File

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

Code

function advagg_update_7202(&$sandbox) {
  return advagg_install_update_htaccess('290304000');
}