Some cache fixes

This commit is contained in:
Deon George
2011-05-29 19:33:32 +10:00
parent fe549c1c05
commit d3b97ae485
4 changed files with 10 additions and 6 deletions

View File

@@ -82,7 +82,8 @@ if (isset($_SERVER['KOHANA_ENV']))
Kohana::init(array(
'base_url' => '/pta',
'index_file' => '',
'caching' => TRUE,
'caching' => TRUE,
'cache_dir' => '/dev/shm/lnapp',
));
/**