[Security] added another example to update file

This commit is contained in:
Johannes Schmitt 2011-04-06 10:51:28 +02:00
parent 839782b6e4
commit 19b50d1669

View File

@ -77,13 +77,13 @@ PR8 to PR9
Before:
profiler:
pattern: /_profiler/.*
pattern: /_profiler.*
pattern: /login
After:
profiler:
pattern: ^/_profiler
pattern: ^/_profiler
pattern: ^/login$
* Global templates under `app/` moved to a new location (old directory did not
work anyway):