Add detailed smarty cache documentation to config

Instead of just making it availble document the smarty cache feature.

It might work for users, but it's advised to rely on the memcache
instead.

Fixes #309
This commit is contained in:
Sebastian Grewe 2013-07-02 14:08:33 +02:00
parent 426268f71d
commit 0e6edc562c

View File

@ -341,7 +341,6 @@ $config['cookie']['path'] = '/';
$config['cookie']['name'] = 'POOLERCOOKIE';
$config['cookie']['domain'] = '';
/**
* Enable or disable the Smarty cache
*