You are here

function advagg_update_7219 in Advanced CSS/JS Aggregation 7.2

Update the .htaccess file in the advagg directories adding immutable header.

File

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

Code

function advagg_update_7219(&$sandbox) {
  return advagg_install_update_htaccess('', 'immutable');
}