X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=web%2Fapp.php;h=3427e133e6ad89ff87f319e2b081b3b6c08278e4;hb=1b6b77f02956a767fb3fa9825a7b97b4879f7d42;hp=c5c2640906a2726dad61e8848e74e91e93b438d9;hpb=93fd4692f6eb753cae16358131c8049d84cfbb41;p=github%2Fwallabag%2Fwallabag.git diff --git a/web/app.php b/web/app.php index c5c26409..3427e133 100644 --- a/web/app.php +++ b/web/app.php @@ -1,25 +1,10 @@ unregister(); -$apcLoader->register(true); -*/ - -require_once __DIR__.'/../app/AppKernel.php'; -//require_once __DIR__.'/../app/AppCache.php'; +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