Skip to content
Snippets Groups Projects
install.php 379 B
Newer Older
/**
 * @file
 * Initiates a browser-based installation of Drupal.
 */

/**
 * Global flag to indicate that site is in installation mode.
 */
// Start the installer.
require_once DRUPAL_ROOT . '/includes/install.core.inc';
install_drupal();