Enabled caching
This commit is contained in:
@@ -82,6 +82,7 @@ if (isset($_SERVER['KOHANA_ENV']))
|
||||
Kohana::init(array(
|
||||
'base_url' => '/pta',
|
||||
'index_file' => '',
|
||||
'caching' => TRUE,
|
||||
));
|
||||
|
||||
/**
|
||||
@@ -105,7 +106,7 @@ Kohana::modules(array(
|
||||
// 'image' => SMDPATH.'image', // Image manipulation
|
||||
'orm' => SMDPATH.'orm', // Object Relationship Mapping
|
||||
// 'unittest' => SMDPATH.'unittest', // Unit testing
|
||||
// 'userguide' => SMDPATH.'userguide', // User guide and API documentation
|
||||
'userguide' => SMDPATH.'userguide', // User guide and API documentation
|
||||
));
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user