Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我 phpbb3 的缓存文件夹配置在哪里?由于我的 isp,我需要使用不同的文件夹,并且找不到可以将文件夹指向另一个位置的位置。
找到了。如果其他人需要这个,现在它就在这里。:) 从没想过我会在这里回答我自己的问题。;) 谢谢我!
包括/acm/acm_file.php
/** * Set cache path */ function acm() { global $phpbb_root_path; $this->cache_dir = $phpbb_root_path . 'cache/'; }