Select Git revision
      
  index.php
 
   #1540136 by Rob Loach, Pete B: Simplify index.php by moving DRUPAL_ROOT to bootstrap.inc. 
 
              Angie Byron authored 
  Code owners
      
 Assign users and groups as approvers for specific file changes. Learn more.
   index.php  317 B 
<?php
/**
 * @file
 * The PHP page that serves all page requests on a Drupal installation.
 *
 * All Drupal code is released under the GNU General Public License.
 * See COPYRIGHT.txt and LICENSE.txt files in the "core" directory.
 */
require_once __DIR__ . '/core/includes/bootstrap.inc';
drupal_handle_request();