watchdog_perm
- Versions
- 4.6
watchdog_perm()
Implementation of hook_perm().
Code
modules/watchdog.module, line 45
<?php
function watchdog_perm() {
return array('administer watchdog');
}
?>Login or register to post comments watchdog_perm()Implementation of hook_perm().
modules/watchdog.module, line 45
<?php
function watchdog_perm() {
return array('administer watchdog');
}
?>Login or register to post comments