DRUPAL_BOOTSTRAP_PATH

Definition

includes/bootstrap.inc

Description

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

Code

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

Drupal is a registered trademark of Dries Buytaert.