@@ -419,9 +419,9 @@ is the developer's best friend.
419
419
.. image :: /images/quick_tour/web_debug_toolbar.png
420
420
:align: center
421
421
422
- But what you see initially is only the tip of the iceberg; click on the weird
423
- hexadecimal number to reveal yet another very useful Symfony2 debugging tool:
424
- the profiler.
422
+ But what you see initially is only the tip of the iceberg; click on the long
423
+ hexadecimal number (the session token) to reveal yet another very useful
424
+ Symfony2 debugging tool: the profiler.
425
425
426
426
.. image :: /images/quick_tour/profiler.png
427
427
:align: center
@@ -433,7 +433,10 @@ the profiler.
433
433
434
434
Of course, you won't want to show these tools when you deploy your application
435
435
to production. That's why you will find another front controller in the
436
- ``web/ `` directory (``app.php ``), which is optimized for the production environment:
436
+ ``web/ `` directory (``app.php ``), which is optimized for the production environment.
437
+ The ``AcmeDemoBundle `` is normally only available in the dev environment (see
438
+ the note below), but if you were to add it to the production environment, you
439
+ could go here:
437
440
438
441
.. code-block :: text
439
442
@@ -446,7 +449,7 @@ And if you use Apache with ``mod_rewrite`` enabled, you can even omit the
446
449
447
450
http://localhost/demo/hello/Fabien
448
451
449
- Last but not least, on the production servers, you should point your web root
452
+ Last but not least, on production servers, you should point your web root
450
453
directory to the ``web/ `` directory to secure your installation and have an
451
454
even better looking URL:
452
455
0 commit comments