constant DRUPAL_BOOTSTRAP_CONFIGURATION in Drupal 6
Same name and namespace in other branches
- 5 includes/bootstrap.inc \DRUPAL_BOOTSTRAP_CONFIGURATION
- 7 includes/bootstrap.inc \DRUPAL_BOOTSTRAP_CONFIGURATION
First bootstrap phase: initialize configuration.
3 uses of DRUPAL_BOOTSTRAP_CONFIGURATION
- install_main in ./
install.php - The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
- update.php in ./
update.php - Administrative page for handling updates from one Drupal version to another.
- _drupal_bootstrap in includes/
bootstrap.inc
File
- includes/
bootstrap.inc, line 127 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_BOOTSTRAP_CONFIGURATION', 0);