Commit 73b18ef6 authored by ChrisR07's avatar ChrisR07 Committed by Fabien Potencier

More logical way of including the base admin path. (closes #446)

parent 52c6480b
...@@ -101,7 +101,7 @@ under ``/admin/``:: ...@@ -101,7 +101,7 @@ under ``/admin/``::
$app['security.firewalls'] = array( $app['security.firewalls'] = array(
'admin' => array( 'admin' => array(
'pattern' => '^/admin/', 'pattern' => '^/admin',
'http' => true, 'http' => true,
'users' => array( 'users' => array(
// raw password is foo // raw password is foo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment