You are here

function voting_service_perm in MediaFront 6.2

Same name and namespace in other branches
  1. 6 services/voting_service/voting_service.module \voting_service_perm()

File

services/voting_service/voting_service.module, line 5

Code

function voting_service_perm() {
  return array(
    'allow remote voting',
  );
}