You are here

function _hosting_site_form_check in Hostmaster (Aegir) 6

1 string reference to '_hosting_site_form_check'
hosting_site_menu in modules/hosting/site/hosting_site.module
Implementation of hook_menu()

File

modules/hosting/site/hosting_site.module, line 63

Code

function _hosting_site_form_check() {
  drupal_json(hosting_site_available_options($_POST));
  exit;
}