DRUPAL_BOOTSTRAP_PATH
Definition
Description
Seventh bootstrap phase: set $_GET['q'] to Drupal path of request.
Code
<?php
define('DRUPAL_BOOTSTRAP_PATH', 6);
?> Seventh bootstrap phase: set $_GET['q'] to Drupal path of request.
<?php
define('DRUPAL_BOOTSTRAP_PATH', 6);
?>