You are here

function resmushit_perms in reSmush.it image style optimizer 7.2

Same name and namespace in other branches
  1. 7 resmushit.module \resmushit_perms()

Redirect to the module's permission settings. A callback from hook_menu().

1 string reference to 'resmushit_perms'
resmushit_menu in ./resmushit.module
Menu for this module.

File

./resmushit.module, line 70
Main file of the module.

Code

function resmushit_perms() {
  drupal_goto('admin/people/permissions', array(
    'fragment' => 'module-resmushit',
  ));
}