1
0

Add cache activation to configuration (closes #345)

This commit is contained in:
onli
2016-01-15 14:40:51 +01:00
parent 148e644590
commit 2d7947eb93
4 changed files with 13 additions and 6 deletions

View File

@ -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'] =