1.20.x system.module system_403()

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

File

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

Code

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