Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b9cac00

Browse filesBrowse files
committed
Merge git://github.com/danielcsgomes/symfony-docs into danielcsgomes-master
2 parents 73d038b + 6d5ca4e commit b9cac00
Copy full SHA for b9cac00

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎book/security.rst

Copy file name to clipboardExpand all lines: book/security.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ authentication (i.e. the old-school username/password box):
3737

3838
.. code-block:: yaml
3939
40-
# app/config/config.yml
40+
# app/config/security.yml
4141
security:
4242
firewalls:
4343
secured_area:
@@ -60,7 +60,7 @@ authentication (i.e. the old-school username/password box):
6060
6161
.. code-block:: xml
6262
63-
<!-- app/config/config.xml -->
63+
<!-- app/config/security.xml -->
6464
<srv:container xmlns="http://symfony.com/schema/dic/security"
6565
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6666
xmlns:srv="http://symfony.com/schema/dic/services"
@@ -87,7 +87,7 @@ authentication (i.e. the old-school username/password box):
8787
8888
.. code-block:: php
8989
90-
// app/config/config.php
90+
// app/config/security.php
9191
$container->loadFromExtension('security', array(
9292
'firewalls' => array(
9393
'secured_area' => array(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.