forkbb/public/index.dist.php
2021-01-26 22:32:34 +07:00

15 lines
362 B
PHP

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