1 system.module system_403()

Menu callback; Returns the standard "Page not found" error page.

File

core/modules/system/system.module, line 4226
Configuration system that lets administrators modify the workings of the site.

Code

function system_403() {
  return '<p>' . t('You are not authorized to access this page.') . '</p>';
}