DRUPAL_BOOTSTRAP_PATH

Definition

drupal/includes/bootstrap.inc

Description

Seventh bootstrap phase: set $_GET['q'] to Drupal path of request.

Code

<?php
define('DRUPAL_BOOTSTRAP_PATH', 6);
?>