Question

Quelqu'un peut-il me dire où se trouve la configuration du dossier de cache pour phpbb3? Je dois utiliser un autre dossier en raison de mon fournisseur d'accès Internet et je ne trouve pas où je peux diriger le dossier vers un autre emplacement.

Était-ce utile?

La solution

Je l'ai trouvé. Si quelqu'un d'autre en a besoin, c'est ici. :) Jamais pensé que je répondrais à ma propre question ici. ;) Merci MOI!

comprend / acm / acm_file.php

/**
* Set cache path
*/
function acm()
{
    global $phpbb_root_path;
    $this->cache_dir = $phpbb_root_path . 'cache/';
} 
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top