imagecache_coloractions.install in ImageCache Actions 8
Same filename and directory in other branches
File
coloractions/imagecache_coloractions.installView source
<?php
/**
 * Create an .htaccess file in image style directories that have a change format
 * image effect to enforce the correct Content-Type header for the derivative
 * images.
 */
function imagecache_coloractions_update_7101(&$sandbox) {
  module_load_include('module', 'image');
  include_once dirname(__FILE__) . '/imagecache_coloractions.htaccess_creator.inc';
  imagecache_coloractions_create_htaccess_all_styles();
}Functions
| 
            Name | 
                  Description | 
|---|---|
| imagecache_coloractions_update_7101 | Create an .htaccess file in image style directories that have a change format image effect to enforce the correct Content-Type header for the derivative images. |