You are here

function htaccess_update_7203 in Htaccess 7.2

Update default htaccess content. Add a new option which allows core text files from Drupal from being viewed.

File

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

Code

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