summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/index.php b/index.php
index c2e7647fc..6816599b8 100644
--- a/index.php
+++ b/index.php
@@ -9,12 +9,8 @@
* prints the appropriate page.
*/
-include_once 'includes/bootstrap.inc';
-drupal_page_header();
-include_once 'includes/common.inc';
-
-fix_gpc_magic();
-fix_checkboxes();
+require_once './includes/bootstrap.inc';
+drupal_bootstrap('full');
$return = menu_execute_active_handler();
switch ($return) {