mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +03:00
parent
096f8b779f
commit
ff46d1f1e5
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
<?php declare(strict_types=1);
|
||||
ini_set('display_errors', '1');
|
||||
ini_set('display_startup_errors', '1');
|
||||
error_reporting(E_ALL & ~E_DEPRECATED);
|
||||
<?php
|
||||
|
||||
declare(strict_types = 1);
|
||||
$bootstrap = require("../chandler/Bootstrap.php");
|
||||
$bootstrap->ignite();
|
||||
|
|
Loading…
Reference in a new issue