You are here

function advagg_perm in Advanced CSS/JS Aggregation 6

Implementation of hook_perm().

File

./advagg.module, line 199
Advanced CSS/JS aggregation module

Code

function advagg_perm() {
  return array(
    'bypass advanced aggregation',
  );
}