Cache folder settings in phpbb3
Can anyone tell me where is the cache folder for phpbb3? I need to use a different folder because of my isp and cannot find where I can point the folder to a different location.
0
ocergynohtna
source
to share
1 answer
Found. If anyone else needs it, now it's here. :) Never thought I'd answer my question here;) Thanks ME!
includes / acm / acm_file.php
/**
* Set cache path
*/
function acm()
{
global $phpbb_root_path;
$this->cache_dir = $phpbb_root_path . 'cache/';
}
+1
ocergynohtna
source
to share