/ Published in: PHP
Here present basicaly usage example, but you can add some logic here if you want to grant access for someone.
Expand |
Embed | Plain Text
/** * Implementation of hook_menu_alter(). */ function yourmodule_menu_alter(&$items) { $items['node']['access callback'] = FALSE; }
You need to login to post a comment.
