12 calls to drupal_access_denied() in Drupal 4
- book_export_html in modules/
book.module - This function is called by book_export() to generate HTML for export.
- comment_edit in modules/
comment.module - contact_mail_user in modules/
contact.module - Personal contact page.
- file_download in includes/
file.inc - Call modules that implement hook_file_download() to find out if a file is accessible and what headers it should be transferred with. If a module returns -1 drupal_access_denied() will be returned. If one or more modules returned headers the download…
- index.php in ./
index.php - node_page in modules/
node.module - Menu callback; dispatches control to the appropriate operation handler.
- node_revisions in modules/
node.module - Menu callback for revisions related activities.
- node_revision_delete in modules/
node.module - Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
- node_revision_revert in modules/
node.module - Revert to the revision with the specified revision number. A node and nodeapi "update" event is triggered (via the node_save() call) when a revision is reverted.
- profile_browse in modules/
profile.module - Menu callback; display a list of user information.
- tracker_track_user in modules/
tracker.module - Menu callback. Prints a listing of active nodes on the site.
- user_pass_reset in modules/
user.module - Menu callback; process one time login link and redirects to the user page on success.