6 uses of MENU_ACCESS_DENIED in Drupal 6
- book_export in modules/
book/ book.pages.inc - Menu callback; Generates various representation of a book page and its children.
- drupal_access_denied in includes/
common.inc - Generates a 403 error if the request is not allowed.
- drupal_not_found in includes/
common.inc - Generates a 404 error if the request can not be handled.
- index.php in ./
index.php - menu_execute_active_handler in includes/
menu.inc - Execute the page callback associated with the current path
- system_date_time_lookup in modules/
system/ system.admin.inc - Return the date for a given format string via Ajax.