X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fbanana.spoolgen.php;h=598d9fd8e63d34e0a8d86dbe16066da535f1c619;hb=4d2d6d18a318843e76a3a3ecb50446770ac9f788;hp=07ceda8757fe92905e21c76a01b384bc04ecf943;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/bin/banana.spoolgen.php b/bin/banana.spoolgen.php index 07ceda8..598d9fd 100755 --- a/bin/banana.spoolgen.php +++ b/bin/banana.spoolgen.php @@ -11,6 +11,8 @@ require_once 'connect.db.inc.php'; require_once dirname(__FILE__).'/../include/banana/ml.inc.php'; +Banana::$mbox_helper = $globals->banana->mbox_helper; +Banana::$spool_root = $globals->banana->spool_root; Banana::$nntp_host = "news://{$globals->banana->web_user}:{$globals->banana->web_pass}@{$globals->banana->server}:{$globals->banana->port}/"; Banana::createAllSpool(array('NNTP', 'MLArchive')); system("chown -R www-data:www-data /var/spool/banana");