You are here

function _hosting_basic_unix_requirements in Hosting 5

File

./hosting_help.inc, line 549
Hosting help subsystem

Code

function _hosting_basic_unix_requirements() {
  $help['title'] = t('A unix based operating system');
  $help['summary'] = t('The majority of functionality in this system occurs in the back-end, through command line scripting. There are several features (such as symlinks), that are not available to users on Windows. There are no plans currently to add windows support.</p>');
  return $help;
}