You are here

function l10n_update_update_7010 in Localization update 7

Add a .htaccess file to the translations directory.

File

./l10n_update.install, line 350
Install file for l10n remote updates.

Code

function l10n_update_update_7010() {
  module_load_include('module', 'l10n_update');
  l10n_update_ensure_htaccess();
}