1.20.x drupal.inc drupal_access_denied()

Delivers an "access denied" error to the browser.

Deprecated

since 1.0.0

See also

backdrop_access_denied()

Related topics

File

includes/drupal.inc, line 689
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_access_denied() {
  backdrop_access_denied();
}