10 calls to drupal_access_denied() in Drupal 5
- book_export_html in modules/
book/ book.module - This function is called by book_export() to generate HTML for export.
- comment_edit in modules/
comment/ comment.module - 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_revisions in modules/
node/ node.module - Menu callback for revisions related activities.
- node_revision_delete in modules/
node/ 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/ 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/ profile.module - Menu callback; display a list of user information.
- tracker_track_user in modules/
tracker/ tracker.module - Menu callback. Prints a listing of active nodes on the site.
- user_pass_reset in modules/
user/ user.module - Menu callback; process one time login link and redirects to the user page on success.