You are here

function hosting_disabled_site in Hostmaster (Aegir) 6

Page callback for a site that has been disabled.

1 string reference to 'hosting_disabled_site'
hosting_menu in modules/hosting/hosting.module
Implementation of hook_menu().

File

modules/hosting/hosting.module, line 163
Hosting module.

Code

function hosting_disabled_site() {
  drupal_set_breadcrumb(array());
  return t("This site has been disabled by the site administrators");
}