You are here

INSTALL.txt in Domain Access 6.2

Same filename in this branch
  1. 6.2 INSTALL.txt
  2. 6.2 domain_conf/INSTALL.txt
  3. 6.2 domain_prefix/INSTALL.txt
Same filename and directory in other branches
  1. 5 domain_conf/INSTALL.txt

INSTALL file for Domain Conf

File

domain_conf/INSTALL.txt
View source
  1. /**
  2. * @file
  3. * INSTALL file for Domain Conf
  4. */
  5. Domain Access: Site Configuration
  6. Advanced site configuration options for Domain Access.
  7. CONTENTS
  8. --------
  9. 1. Introduction
  10. 2. Installation
  11. 3. Notes
  12. ----
  13. 1. Introduction
  14. This routine was in hook_init(), but there are cases where
  15. the $conf array needs to be loaded in early phases of bootstrap.
  16. In particular, these variables need to be available during variable_init().
  17. ----
  18. 2. Installation
  19. As of 6.x.2, this module is now loaded directly from settings.php when you
  20. install the Domain module correctly.
  21. ----
  22. 3. Notes
  23. For proper use of this module, you should not be setting the $conf array
  24. manually inside your settings.php file. If you do, be sure to put your custom
  25. $conf changes _after_ the domain access settings code.
  26. Preferred use is to use hook_domainconf() to add settings.