You are here

function _hosting_basic_server_requirements in Hosting 5

File

./hosting_help.inc, line 543
Hosting help subsystem

Code

function _hosting_basic_server_requirements() {
  $help['title'] = t('Your own server');
  $help['summary'] = t('The level of access required to be able to configure this system is very far beyond what is commonly available to users with shared hosting.');
  return $help;
}