1
1
Fork 0
mirror of https://github.com/openvk/chandler.git synced 2025-04-12 19:27:25 +03:00
chandler/htdocs/index.php
2020-05-29 21:49:16 +03: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();