Newer
Older
/**
* @file
* The PHP page that serves all page requests on a Drupal installation.
*

Dries Buytaert
committed
* All Drupal code is released under the GNU General Public License.

Nate Lampton
committed
* See COPYRIGHT.txt and LICENSE.txt files in the "core" directory.

Angie Byron
committed
require_once __DIR__ . '/core/includes/bootstrap.inc';
drupal_handle_request();