X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=web%2Fapp.php;h=cc2fefb5569907bfc85267e78cb67e43f15721e4;hb=5c895a7fd15822856fb407910264c5d95e1e223c;hp=c5c2640906a2726dad61e8848e74e91e93b438d9;hpb=619cc45359ead519b64129181a07e14160fbbfcb;p=github%2Fwallabag%2Fwallabag.git diff --git a/web/app.php b/web/app.php index c5c26409..cc2fefb5 100644 --- a/web/app.php +++ b/web/app.php @@ -1,23 +1,23 @@ unregister(); $apcLoader->register(true); */ -require_once __DIR__.'/../app/AppKernel.php'; -//require_once __DIR__.'/../app/AppCache.php'; - $kernel = new AppKernel('prod', false); $kernel->loadClassCache(); //$kernel = new AppCache($kernel);