X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=web%2Fapp.php;fp=web%2Fapp.php;h=3427e133e6ad89ff87f319e2b081b3b6c08278e4;hb=39502b4748709948658fd236a1883b902c6fd470;hp=4c2c4650e167688724cd7e79b1735b80c2a8de96;hpb=b878be4cc99fd4927c70b59386cf7a57b33bb381;p=github%2Fwallabag%2Fwallabag.git diff --git a/web/app.php b/web/app.php index 4c2c4650..3427e133 100644 --- a/web/app.php +++ b/web/app.php @@ -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