Ver código fonte

Update config.php.template

theshka 10 anos atrás
pai
commit
1cfefb0337
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      config.php.template

+ 3 - 3
config.php.template

@@ -25,9 +25,9 @@
  */
 // $config['theme'] = 'default';                // Set the theme (defaults to "default")
 // $config['twig_config'] = array(              // Twig settings
-//	'cache' => false,	                          // To enable Twig caching change this to CACHE_DIR
-//	'autoescape' => false,                      // Autoescape Twig vars
-//	'debug' => false                            // Enable Twig debug
+//	'cache' => false,	                // To enable Twig caching change this to CACHE_DIR
+//	'autoescape' => false,                  // Autoescape Twig vars
+//	'debug' => false                        // Enable Twig debug
 // );
 
 /*