You are here

settings.inc in Domain Access 7.2

Same filename and directory in other branches
  1. 6.2 settings.inc
  2. 7.3 settings.inc

settings.inc

This file should be included at the bottom of your settings.php file: <?php include '/sites/all/modules/domain/settings.inc'; ?> If you have installed the domain module into a different folder than /sites/all/modules/domain please adjust the path approriately.

File

settings.inc
View source
<?php

/**
 *
 * @file
 * settings.inc
 *
 * This file should be included at the bottom of your settings.php file:
 * <?php
 * include '/sites/all/modules/domain/settings.inc';
 * ?>
 * If you have installed the domain module into a different folder than
 * /sites/all/modules/domain please adjust the path approriately.
 *
 * @ingroup domain
 */

/**
 * Include bootstrap file and start bootstrap phases.
 */
include 'domain.bootstrap.inc';
domain_bootstrap();

Related topics