X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fbanana.feedgen.php;h=390403a72de94ca4a830b96afdc50f0080cd0264;hb=1dd218522cea6ae08998b0ca107c8fec608ddce8;hp=873f1eb116c014589984202be76f6899f2d10648;hpb=ad59fc86b242b32e9bd58b5815c906ee32af28a6;p=platal.git diff --git a/bin/banana.feedgen.php b/bin/banana.feedgen.php index 873f1eb..390403a 100755 --- a/bin/banana.feedgen.php +++ b/bin/banana.feedgen.php @@ -9,12 +9,12 @@ ********************************************************************************/ require_once 'connect.db.inc.php'; -require_once dirname(__FILE__).'/../include/banana/forum.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::$nntp_host = ForumsBanana::buildURL() +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')); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: