1
1
Fork 0
mirror of https://github.com/openvk/chandler.git synced 2025-04-10 02:07:26 +03:00
chandler/public/index.php
Ilya Bakhlin ff46d1f1e5 Remove PHP Configuration
Closes .
2021-12-28 20:20:51 +01:00

5 lines
107 B
PHP

<?php
declare(strict_types = 1);
$bootstrap = require("../chandler/Bootstrap.php");
$bootstrap->ignite();