1.4.2.4 (checked in on 2008/07/04 at 19:53:18 by agentken)
Dynamic domain settings loading.
Loads the settings for the current domain.
This routine was in hook_init(), but there are cases where the $conf array needs to be loaded in early phases of bootstrap. In particular, these variables need to be available during variable_init().
In order for this to work, we must leap ahead in the boostrap process. This step ensures that the database functions are active. Then we run our function, overriding the default $conf variables, as indicated in settings.php
@ingroup domain_conf
| Name | Description |
|---|---|
| _domain_conf_load | Load the varaibles for this subdomain |