X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fbanana.feedgen.php;h=390403a72de94ca4a830b96afdc50f0080cd0264;hb=c9910f7559bb0cfd787b4fb73f864000f28e38cc;hp=e5886306711e3b5076a1399ea1f41bc97699e16f;hpb=50e2ba896a958d451e3e8a04364c5909082aaab9;p=platal.git diff --git a/bin/banana.feedgen.php b/bin/banana.feedgen.php index e588630..390403a 100755 --- a/bin/banana.feedgen.php +++ b/bin/banana.feedgen.php @@ -12,8 +12,8 @@ require_once 'connect.db.inc.php'; require_once dirname(__FILE__) . '/../include/banana/forum.inc.php'; ini_set('memory_limit', '128M'); -Banana::$mbox_helper = $globals->banana->mbox_helper; -Banana::$spool_root = $globals->banana->spool_root; +Banana::$mbox_helper = $globals->spoolroot . '/banana/mbox-helper/mbox-helper'; +Banana::$spool_root = $globals->spoolroot . '/spool/banana/'; Banana::$nntp_host = ForumsBanana::buildURL(); Banana::refreshAllFeeds(array('NNTP', 'MLArchive'));