You are here

function perfmon_enable in Performance monitor 7

Implements hook_enable().

File

./perfmon.install, line 11
Install, update and uninstall functions for the perfmon module.

Code

function perfmon_enable() {
  drupal_set_message(t('Performance Monitor module enabled. You should first set the module access permissions at !link. Be sure to grant permissions to trusted users only as this module can show senstive site information.', array(
    '!link' => l(t('admin/people/permissions'), 'admin/people/permissions'),
  )));
}