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

[ticket/12620] Uses a cache directory per environment

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-09-29 16:06:56 +02:00
parent 998b4baa71
commit aa061aa7c9
4 changed files with 69 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
parameters:
core.template.cache_path: %core.root_path%cache/twig/
core.template.cache_path: %core.root_path%cache/%environment%/twig/
services:
template.twig.environment: