diff options
author | catch <catch@35733.no-reply.drupal.org> | 2020-11-03 11:45:09 +0000 |
---|---|---|
committer | catch <catch@35733.no-reply.drupal.org> | 2020-11-03 11:45:09 +0000 |
commit | b72fe50a60a5bd12c713f04ec4ce02500ba123a5 (patch) | |
tree | 6627c840fb29b47271f73e0280de1a505c9e7b8f /core/scripts/db-tools.php | |
parent | a8ef4362e6a79180672cb7362a1b85d98e84c601 (diff) | |
download | drupal-b72fe50a60a5bd12c713f04ec4ce02500ba123a5.tar.gz drupal-b72fe50a60a5bd12c713f04ec4ce02500ba123a5.zip |
Issue #3151118 by alexpott, Beakerboy, kapilkumar0324, anmolgoyal74, jungle, heddn, Mile23, andypost, daffie: Include bootstrap.inc using composer
Diffstat (limited to 'core/scripts/db-tools.php')
-rw-r--r-- | core/scripts/db-tools.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/scripts/db-tools.php b/core/scripts/db-tools.php index 618402199e2..dccd69ce218 100644 --- a/core/scripts/db-tools.php +++ b/core/scripts/db-tools.php @@ -17,7 +17,6 @@ if (PHP_SAPI !== 'cli') { // Bootstrap. $autoloader = require __DIR__ . '/../../autoload.php'; -require_once __DIR__ . '/../includes/bootstrap.inc'; $request = Request::createFromGlobals(); Settings::initialize(dirname(__DIR__, 2), DrupalKernel::findSitePath($request), $autoloader); $kernel = DrupalKernel::createFromRequest($request, $autoloader, 'prod')->boot(); |