constant INSTANCE_SETTINGS_FILE_EXTENSION in Instance settings 7
@file include.settings.inc
This settings file should be included from settings.php file. Put all include files related logic here.
Everything in this file is executed on DRUPAL_BOOTSTRAP_CONFIGURATION bootstrap phase, so don't put here nothing not available on this phase.
1 use of INSTANCE_SETTINGS_FILE_EXTENSION
File
- includes/
include.settings.inc, line 13 - include.settings.inc
Code
define('INSTANCE_SETTINGS_FILE_EXTENSION', '.settings.inc');