1
1
Fork 0
mirror of https://github.com/openvk/chandler.git synced 2025-03-10 11:29:41 +03:00
chandler/htdocs/index.php

8 lines
217 B
PHP
Raw Normal View History

2020-05-29 21:49:16 +03:00
<?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();