X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fbanana.feedgen.php;h=e5886306711e3b5076a1399ea1f41bc97699e16f;hb=c3e97f0cd91404f40889397eb06f6463fb7fb404;hp=873f1eb116c014589984202be76f6899f2d10648;hpb=ad59fc86b242b32e9bd58b5815c906ee32af28a6;p=platal.git diff --git a/bin/banana.feedgen.php b/bin/banana.feedgen.php index 873f1eb..e588630 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::$nntp_host = ForumsBanana::buildURL(); Banana::refreshAllFeeds(array('NNTP', 'MLArchive')); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: