File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,8 @@ Now that the web server always access the same script (``front.php``) for all
155155our pages, we can secure our code further by moving all other PHP files
156156outside the web root directory:
157157
158+ .. code-block :: text
159+
158160 example.com
159161 ├── composer.json
160162 │ src
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ instead of relying on a query string:
5555
5656To support this feature, we are going to use the Symfony2 Routing component.
5757As always, add it to ``composer.json `` and run the ``php composer.phar
58- update `` command to install it::
58+ update `` command to install it:
5959
6060.. code-block :: json
6161
Original file line number Diff line number Diff line change @@ -157,6 +157,8 @@ Don't forget to update the ``example.com/src/app.php`` file accordingly::
157157
158158To sum up, here is the new file layout:
159159
160+ .. code-block :: text
161+
160162 example.com
161163 ├── composer.json
162164 │ src
You can’t perform that action at this time.
0 commit comments