You are here

function _hosting_signup_get_key in Hosting 5

Small helper function to get the key

1 call to _hosting_signup_get_key()
hosting_signup_form in signup/hosting_signup.module
Form callback for signup form

File

signup/hosting_signup.module, line 137
Provides a signup form that can be run on remote sites

Code

function _hosting_signup_get_key() {
  return variable_get('hosting_signup_server_key', '');
}