aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-05 01:59:55 +0200
committerTristan Darricau <github@nicofuma.fr>2014-11-20 19:06:40 +0100
commit0306fefe04ca987caa1a04bcc105ba76e8d01d9a (patch)
treee6dedda92f6be40dc3fa6ffd2c8ec454cb139599
parentb697273aaa53d9f9f4a3d4a53cc6267e906953cd (diff)
downloadforums-0306fefe04ca987caa1a04bcc105ba76e8d01d9a.tar
forums-0306fefe04ca987caa1a04bcc105ba76e8d01d9a.tar.gz
forums-0306fefe04ca987caa1a04bcc105ba76e8d01d9a.tar.bz2
forums-0306fefe04ca987caa1a04bcc105ba76e8d01d9a.tar.xz
forums-0306fefe04ca987caa1a04bcc105ba76e8d01d9a.zip
[ticket/12620] Move the routing file to the environments
PHPBB3-12620
-rw-r--r--phpBB/config/default/routing.yml (renamed from phpBB/config/routing.yml)0
-rw-r--r--phpBB/config/development/routing.yml2
-rw-r--r--phpBB/config/production/routing.yml2
3 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/routing.yml b/phpBB/config/default/routing.yml
index d8e890d063..d8e890d063 100644
--- a/phpBB/config/routing.yml
+++ b/phpBB/config/default/routing.yml
diff --git a/phpBB/config/development/routing.yml b/phpBB/config/development/routing.yml
new file mode 100644
index 0000000000..9ee3e5ae3a
--- /dev/null
+++ b/phpBB/config/development/routing.yml
@@ -0,0 +1,2 @@
+core.default:
+ resource: "../default/routing.yml"
diff --git a/phpBB/config/production/routing.yml b/phpBB/config/production/routing.yml
new file mode 100644
index 0000000000..9ee3e5ae3a
--- /dev/null
+++ b/phpBB/config/production/routing.yml
@@ -0,0 +1,2 @@
+core.default:
+ resource: "../default/routing.yml"