chandler/public/index.php
Ilya Bakhlin 096f8b779f Rename the Folder
Closes #3.
2021-12-28 20:19:00 +01:00

7 lines
217 B
PHP

<?php declare(strict_types=1);
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL & ~E_DEPRECATED);
$bootstrap = require("../chandler/Bootstrap.php");
$bootstrap->ignite();