bootstrap.php 176 B

1234567
  1. <?php
  2. // ensure we get report on all possible php errors
  3. error_reporting(-1);
  4. require_once(__DIR__ . '/../vendor/autoload.php');
  5. require_once __DIR__ . '/compatibility.php';