Cleaner syntax.
[platal.git] / bin / banana.feedgen.php
CommitLineData
6544d0e1 1#!/usr/bin/php5
2<?php
3/********************************************************************************
4 * spoolgen.php : spool generation
5 * --------------
6 *
7 * This file is part of the banana distribution
8 * Copyright: See COPYING files that comes with this distribution
9 ********************************************************************************/
10
11require_once 'connect.db.inc.php';
ad59fc86 12require_once dirname(__FILE__).'/../include/banana/forum.inc.php';
f9182d1d 13ini_set('memory_limit', '128M');
6544d0e1 14
6720bd53 15Banana::$mbox_helper = $globals->banana->mbox_helper;
6544d0e1 16Banana::$spool_root = $globals->banana->spool_root;
ad59fc86 17Banana::$nntp_host = ForumsBanana::buildURL()
19413120 18Banana::refreshAllFeeds(array('NNTP', 'MLArchive'));
6544d0e1 19
20// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
21?>