GPL...
authorx99bachelart <x99bachelart>
Fri, 12 Sep 2003 19:01:16 +0000 (19:01 +0000)
committerx99bachelart <x99bachelart>
Fri, 12 Sep 2003 19:01:16 +0000 (19:01 +0000)
install.d/password.inc.php

index 3eb42fb..a68be19 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+/********************************************************************************
+* install.d/password.inc.php : NNTP credentials 
+* ----------------------------
+*
+* This file is part of the banana distribution
+* Copyright: See COPYING files that comes with this distribution
+********************************************************************************/
 $news['server']="localhost:119";
 $news["user"]=$_SESSION['login'];
 $news["pass"]=$_SESSION['passwd'];