Add cache activation to configuration (closes #345)
This commit is contained in:
@ -412,6 +412,13 @@
|
||||
'type' => 'list',
|
||||
'default' => array('Off' => NO, 'error' => ERROR, 'debug' => DEBUG),
|
||||
'permission' => 'blogConfiguration'),
|
||||
|
||||
array('var' => 'useInternalCache',
|
||||
'title' => USE_CACHE,
|
||||
'description' => USE_CACHE_DESC,
|
||||
'type' => 'bool',
|
||||
'default' => false,
|
||||
'permission' => 'siteConfiguration'),
|
||||
));
|
||||
|
||||
$res['display'] =
|
||||
|
Reference in New Issue
Block a user