Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
tweaked app.php when using the built-in reverse proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield-fr committed Jul 22, 2011
1 parent 2a345b8 commit 9478af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/skeleton/project/web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Symfony\Component\HttpFoundation\Request;

//$kernel = new AppCache(new AppKernel('prod', false));
$kernel = new AppKernel('prod', false);
$kernel->loadClassCache();
//$kernel = new AppCache($kernel);
$kernel->handle(Request::createFromGlobals())->send();

0 comments on commit 9478af9

Please sign in to comment.