index.dist.php 366 B

1234567891011121314
  1. <?php
  2. /**
  3. * This file is part of the ForkBB <https://github.com/forkbb>.
  4. *
  5. * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
  6. * @license The MIT License (MIT)
  7. */
  8. declare(strict_types=1);
  9. $forkStart = $_SERVER['REQUEST_TIME_FLOAT'] ?? \microtime(true);
  10. $forkPublicPrefix = '/public';
  11. require __DIR__ . '/app/bootstrap.php';