You are here

function access_filter_init in Access Filter 7

Implements hook_init().

File

./access_filter.module, line 171
Allows users to manage access filters.

Code

function access_filter_init() {
  access_filter_ensure_admin_paths_cache();
}