Remove photo_cache_enable variable
This commit is contained in:
parent
6c72c3d4a5
commit
e0d68664c4
@ -32,7 +32,7 @@ class Photo extends \Zotlabs\Web\Controller {
|
||||
}
|
||||
|
||||
$cache_mode = array(
|
||||
'on' => get_config('system','photo_cache_enable', 0),
|
||||
'on' => false,
|
||||
'age' => 86400,
|
||||
'exp' => true,
|
||||
'leak' => false
|
||||
|
Reference in New Issue
Block a user