phpbb3中的缓存文件夹设置

时间:2008-11-18 19:48:01

标签: caching config phpbb3

谁能告诉我缓存文件夹的配置在哪里用于phpbb3?由于我的isp,我需要使用不同的文件夹,无法找到我可以将文件夹指向其他位置的位置。

1 个答案:

答案 0 :(得分:1)

找到它。如果其他人需要这个,现在就在这里。 :)没想到我会在这里回答我自己的问题。 ;)谢谢你!

包括/ ACM / acm_file.php

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