summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-06 16:14:11 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-06 16:14:11 +0000
commit0a3d7ae5883f764368d6d1480859bd88fee06479 (patch)
treee49d69c32faf7bcc704b774abe8efe474832af82 /includes
parent42f321d0edb8f6c38c83e5cb0baf5cae28f4d151 (diff)
downloadbrdo-0a3d7ae5883f764368d6d1480859bd88fee06479.tar.gz
brdo-0a3d7ae5883f764368d6d1480859bd88fee06479.tar.bz2
- Patch #101531 by jvandyk: document all the bootstrap phases in Drupal 5.0.
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index a331dbd34..cb4ec13b5 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -683,9 +683,11 @@ function drupal_anonymous_user($session = '') {
* DRUPAL_BOOTSTRAP_CONFIGURATION: initialize configuration.
* DRUPAL_BOOTSTRAP_EARLY_PAGE_CACHE: try to call a non-database cache fetch routine.
* DRUPAL_BOOTSTRAP_DATABASE: initialize database layer.
+ * DRUPAL_BOOTSTRAP_ACCESS: identify and reject banned hosts.
* DRUPAL_BOOTSTRAP_SESSION: initialize session handling.
* DRUPAL_BOOTSTRAP_LATE_PAGE_CACHE: load bootstrap.inc and module.inc, start
* the variable system and try to serve a page from the cache.
+ * DRUPAL_BOOTSTRAP_PATH: set $_GET['q'] to Drupal path of request.
* DRUPAL_BOOTSTRAP_FULL: Drupal is fully loaded, validate and fix input data.
*/
function drupal_bootstrap($phase) {