1 system.module system_403()

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

File

core/modules/system/system.module, line 4188
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.');
}