bootstrap.php 227 B

123456789
  1. <?php
  2. /**
  3. * Copyright © 2013-2017 Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. require_once __DIR__ . '/../../../../app/bootstrap.php';
  7. error_reporting(E_ALL);
  8. ini_set('display_errors', 1);