Domain Setup
Categories
Component ID
2271511
Component name
Domain Setup
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1313
Component created
Component changed
Component body
This simple module is usefull for automatic injection/removing of include_once stuff for the Domain Access module into settings.php via profile install.
For enabling domain access through installation profile insert domain_setup dependency just after domain module declaration
dependencies[] = domain
dependencies[] = domain_setup
and it will do all the work during installation.
Remember, this module will remove injected row after disabling.
