2008-11-18 8 views

Répondre

1

Trouvé. Si quelqu'un d'autre a besoin de ça, maintenant c'est ici. :) Je n'aurais jamais pensé répondre à ma propre question ici. ;) Merci à moi!

includes/acm/acm_file.php

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