You are here

function vsf_wysiwyg_install in Visual select file 7

Implements hook_install().

File

submodules/vsf_wysiwyg/vsf_wysiwyg.install, line 6

Code

function vsf_wysiwyg_install() {

  // Note: this has nothing to do with security.
  variable_set('image_allow_insecure_derivatives', 1);
}