This commit is contained in:
Alexey Skobkin 2017-01-09 00:20:45 +03:00
parent 700429032d
commit 72cc28ca7e
3 changed files with 0 additions and 10 deletions

View File

@ -1,7 +1,5 @@
<?php
require_once __DIR__.'/AppKernel.php';
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
class AppCache extends HttpCache

View File

@ -24,10 +24,6 @@ if ($debug) {
Debug::enable();
}
// Hacking strange bug after update
// @todo remove on update
require_once __DIR__.'/AppKernel.php';
$kernel = new AppKernel($env, $debug);
$application = new Application($kernel);
$application->run($input);

View File

@ -24,10 +24,6 @@ if (isset($_SERVER['HTTP_CLIENT_IP'])
$loader = require __DIR__.'/../app/autoload.php';
Debug::enable();
// Hacking strange bug after update
// @todo remove on update
require_once __DIR__.'/../app/AppKernel.php';
$kernel = new AppKernel('dev', true);
$kernel->loadClassCache();
$request = Request::createFromGlobals();