1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00
This commit is contained in:
Jeremy Benoist 2018-10-24 21:02:35 +02:00
parent 0f159f8fc1
commit 6fc95673df
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
12 changed files with 60 additions and 91 deletions

View file

@ -2,14 +2,9 @@
use Symfony\Component\HttpFoundation\Request;
/**
* @var Composer\Autoload\ClassLoader
*/
$loader = require __DIR__.'/../app/autoload.php';
include_once __DIR__.'/../var/bootstrap.php.cache';
require __DIR__.'/../vendor/autoload.php';
$kernel = new AppKernel('prod', false);
$kernel->loadClassCache();
//$kernel = new AppCache($kernel);
// When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter