hosting.feature.alias.inc in Hosting 5
Same filename and directory in other branches
File
alias/hosting.feature.alias.incView source
<?php
function hosting_alias_hosting_feature() {
$features['alias'] = array(
'title' => t('Site aliasing'),
'description' => t('Provide multiple domain names for sites to be accessible by.'),
'status' => HOSTING_FEATURE_DISABLED,
'module' => 'hosting_alias',
);
return $features;
}
Functions
Name | Description |
---|---|
hosting_alias_hosting_feature |