function boost_perm in Boost 5
Implementation of hook_perm(). Defines user permissions.
File
- ./
boost.module, line 68 - Provides static page caching for Drupal.
Code
function boost_perm() {
return array(
'administer cache',
);
}
Implementation of hook_perm(). Defines user permissions.
function boost_perm() {
return array(
'administer cache',
);
}