//
//	FEATURES
//	You can turn features on/off sitewide
//
$sys_use_scm={sys_use_scm};
$sys_use_tracker={sys_use_tracker};
$sys_use_forum={sys_use_forum};
$sys_use_pm={sys_use_pm};
$sys_use_docman={sys_use_docman};
$sys_use_news={sys_use_news};
$sys_use_mail={sys_use_mail};
$sys_use_survey={sys_use_survey};
$sys_use_frs={sys_use_frs};
$sys_use_fti={sys_use_fti};
$sys_use_ftp={sys_use_ftp};
$sys_use_trove={sys_use_trove};
$sys_use_snippet={sys_use_snippet};
$sys_use_ssl={sys_use_ssl};
$sys_use_people={sys_use_people};
$sys_use_shell={sys_use_shell};

// Enable/Disable user ratings
$sys_use_ratings={sys_use_ratings};
// Enable/Disable the ability to upload files using FTP in FRS
$sys_use_ftpuploads={sys_use_ftpuploads};
// Enable/Disable the use of mail gateways for trackers and forums
$sys_use_gateways={sys_use_gateways};

// Enable/Disable the ability to add additionnal vhost for a project
$sys_use_project_vhost={sys_use_project_vhost};
// Enable/Disable the ability to have database for a project (backend not implemented)
$sys_use_project_database={sys_use_project_database};
// Enable/Disable the ability to add images for a project (frontend not implemented)
$sys_use_project_multimedia={sys_use_project_multimedia};

//
//	Restricted project registration
//	If set to true, only a site admin can register projects
//
$sys_project_reg_restricted={sys_project_reg_restricted};
//
//	Restricted user registration
//	If set to true, only a site admin can register users
//
$sys_user_reg_restricted={sys_user_reg_restricted};

