Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
global.php
Go to the documentation of this file.
1 <?php
10 
11 return [
12  InitParamListener::BOOTSTRAP_PARAM => array_merge(
13  $_SERVER,
14  [
15  Bootstrap::INIT_PARAM_FILESYSTEM_DIR_PATHS => [
16  DirectoryList::ROOT => [
17  DirectoryList::PATH => BP
18  ]
19  ]
20  ]
21  )
22 ];
const BP
Definition: autoload.php:14