mirror of
https://github.com/openvk/openvk
synced 2025-03-04 00:29:57 +03:00
11 lines
207 B
PHP
11 lines
207 B
PHP
|
#!/usr/bin/env php
|
||
|
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
namespace openvk;
|
||
|
|
||
|
$_SERVER["HTTP_ACCEPT_LANGUAGE"] = false;
|
||
|
$bootstrap = require(__DIR__ . "/../../../chandler/Bootstrap.php");
|
||
|
$bootstrap->ignite(true);
|