summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.php b/index.php
index c7e2e297b..89f8354f9 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,14 @@
<?php
// $Id$
+/**
+ * @file
+ * The PHP page that serves all page requests on a Drupal installation.
+ *
+ * The routines here dispatch control to the appropriate handler, which then
+ * prints the appropriate page.
+ */
+
include_once 'includes/bootstrap.inc';
drupal_page_header();
include_once 'includes/common.inc';