views:

395

answers:

1

Can anyone tell me where the config of cache folder is for phpbb3? I need to use a different folder due to my isp and can't find where i can point the folder to another location.

A: 

Found it. If anyone else needs this, now it's here. :) Never thought I'd answer my own question on here. ;) Thanks ME!

includes/acm/acm_file.php

/**
* Set cache path
*/
function acm()
{
    global $phpbb_root_path;
    $this->cache_dir = $phpbb_root_path . 'cache/';
}
ocergynohtna