]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - web/app.php
Jump to Symfony 3.1
[github/wallabag/wallabag.git] / web / app.php
index 5c5ee03be180d6fbf52634d103154661f7b22903..4c2c4650e167688724cd7e79b1735b80c2a8de96 100644 (file)
@@ -8,16 +8,6 @@ use Symfony\Component\HttpFoundation\Request;
 $loader = require __DIR__.'/../app/autoload.php';
 include_once __DIR__.'/../var/bootstrap.php.cache';
 
-// Enable APC for autoloading to improve performance.
-// You should change the ApcClassLoader first argument to a unique prefix
-// in order to prevent cache key conflicts with other applications
-// also using APC.
-/*
-$apcLoader = new Symfony\Component\ClassLoader\ApcClassLoader(sha1(__FILE__), $loader);
-$loader->unregister();
-$apcLoader->register(true);
-*/
-
 $kernel = new AppKernel('prod', false);
 $kernel->loadClassCache();
 //$kernel = new AppCache($kernel);