constant HOSTING_ALIAS_CUSTOM in Hostmaster (Aegir) 6
An alias of this type is a custom, user generated one.
2 uses of HOSTING_ALIAS_CUSTOM
- hosting_alias_insert in modules/
hosting/ alias/ hosting_alias.module - Save stored aliases for a new site.
- hosting_alias_nodeapi in modules/
hosting/ alias/ hosting_alias.module - Implementation of hook_nodeapi().
File
- modules/
hosting/ alias/ hosting_alias.module, line 10 - Allow sites to have domain aliases that they can be accessed with.
Code
define('HOSTING_ALIAS_CUSTOM', 0);