1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-27 13:40:28 +01:00

[ticket/12620] Updates test environment (production => development)

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-10-02 00:45:22 +02:00
parent aa061aa7c9
commit 74cd97e75b
8 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
core_controller:
pattern: /test
defaults: { _controller: core_foo.controller:bar, page: 1}
core_page_controller:
pattern: /test/page/{page}
defaults: { _controller: core_foo.controller:bar}