You are here

function htaccess_update_7204 in Htaccess 7.2

Fixed the issue where the protect text files option is not properly taken into account

File

./htaccess.install, line 191
Htaccess module install file.

Code

function htaccess_update_7204() {
  $generate = htaccess_generate_default();
  return t('Re-generate the default htaccess.');
}