1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch 'develop-ascraeus' into develop

This commit is contained in:
Marc Alexander
2014-11-26 13:30:24 +01:00
8 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
controller1:
pattern: /foo
path: /foo
defaults: { _controller: foo.controller:handle }
include_controller2:

View File

@@ -1,6 +1,6 @@
controller2:
pattern: /bar
path: /bar
defaults: { _controller: foo.controller:handle }
controller3:
pattern: /bar/p-{p}
path: /bar/p-{p}
defaults: { _controller: foo.controller:handle }

View File

@@ -1,3 +1,3 @@
controller_noroute:
pattern: /donotfindthis
path: /donotfindthis
defaults: { _controller: foo.controller:handle }