You are here

function advagg_update_7218 in Advanced CSS/JS Aggregation 7.2

Update the advagg .htaccess file fixing edge cases with the new rules.

File

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

Code

function advagg_update_7218(&$sandbox) {
  return advagg_install_update_htaccess('', 'Options +FollowSymLinks');
}