9 calls to drupal_bootstrap() in Drupal 5
- cron.php in ./
cron.php - drupal_install_profile in includes/
install.inc - Install a profile (i.e. a set of modules) from scratch. The profile must be verified first using drupal_verify_profile().
- index.php in ./
index.php - init_theme in includes/
theme.inc - Initialize the theme system by loading the theme.
- install_complete in ./
install.php - Page displayed when the installation is complete. Called from install.php.
- install_main in ./
install.php - The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
- statistics_exit in modules/
statistics/ statistics.module - Implementation of hook_exit().
- update_fix_system_table in ./
update.php - xmlrpc.php in ./
xmlrpc.php