Image Cache - how to disable?
Posted: Sat 21. Nov 2009, 18:57
I have a few sites running PHPWCMS 1.3.9 and noticed the 'phpwcms_imgcache' table filling up fast.
In config I have cache 'off' but is this the same cache?
In config I have cache 'off' but is this the same cache?
Code: Select all
$phpwcms['cache_enabled'] = 0; //cache On/Off - 1 = caching On / 0 = caching Off (default)
$phpwcms['cache_timeout'] = 0;