1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00
This commit is contained in:
Savetheinternet 2011-10-05 19:42:00 +11:00
parent 65ebb6ce94
commit ed6c2771d3

View File

@ -28,7 +28,7 @@
$twig = new Twig_Environment($loader, Array(
'autoescape' => false,
'cache' => 'cache',
//'cache' => 'cache',
'debug' => ($config['debug'] ? true : false),
));