bootstrap.php 235 B

1234567
  1. <?php
  2. if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
  3. require_once(__DIR__ . '/../vendor/autoload.php');
  4. } elseif (file_exists(__DIR__ . '/../../../autoload.php')) {
  5. require_once(__DIR__ . '/../../../autoload.php');
  6. }