Remove twig cache dir

pico-3.0-alpha
Daniel Rudolf 10 years ago
parent 8d88863805
commit 5e77d862bf
  1. 2
      config/config.php.template
  2. 1
      global.php
  3. 2
      lib/cache/.gitignore

@ -30,7 +30,7 @@ $config = array();
*/
// $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
// 'cache' => false, // To enable Twig caching change this to a path to a writable directory
// 'autoescape' => false, // Autoescape Twig vars
// 'debug' => false // Enable Twig debug
// );

@ -5,7 +5,6 @@ define('VENDOR_DIR', ROOT_DIR . 'vendor/');
define('PLUGINS_DIR', ROOT_DIR . 'plugins/');
define('THEMES_DIR', ROOT_DIR . 'themes/');
define('CONFIG_DIR', ROOT_DIR . 'config/');
define('CACHE_DIR', LIB_DIR . 'cache/');
require_once(VENDOR_DIR . 'autoload.php');

@ -1,2 +0,0 @@
*
!.gitignore
Loading…
Cancel
Save