Skip to main content

Denying access to a module content

<?php

if (!user_access('view module content')) {
drupal_access_denied();
exit();
}

?>