whole bunch of changes :
[banana.git] / install.d / password.inc.php
1 <?php
2 /********************************************************************************
3 * install.d/password.inc.php : NNTP credentials
4 * ----------------------------
5 *
6 * This file is part of the banana distribution
7 * Copyright: See COPYING files that comes with this distribution
8 ********************************************************************************/
9 $news['server']="localhost:119";
10 $news["user"]=$_SESSION['login'];
11 $news["pass"]=$_SESSION['passwd'];
12 ?>