| 
     
      
      
      From: Sebastien D. <sde...@us...> - 2005-01-11 10:34:51
      
     
   | 
Update of /cvsroot/tslogparser/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24423 Modified Files: footer.inc.php tlp-db.pdf tlp-db.png Log Message: Update internals graphics Index: tlp-db.pdf =================================================================== RCS file: /cvsroot/tslogparser/web/tlp-db.pdf,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 Binary files /tmp/cvsqc3LWu and /tmp/cvstC1v7n differ Index: tlp-db.png =================================================================== RCS file: /cvsroot/tslogparser/web/tlp-db.png,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 Binary files /tmp/cvsvta6MT and /tmp/cvsvr0DfN differ Index: footer.inc.php =================================================================== RCS file: /cvsroot/tslogparser/web/footer.inc.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- footer.inc.php 25 Nov 2004 14:26:06 -0000 1.1.1.1 +++ footer.inc.php 11 Jan 2005 10:34:40 -0000 1.2 @@ -1,4 +1,22 @@ <?php +/* + * Copyright (c) 2004, Bull S.A.. All rights reserved. + * Created by: Sebastien Decugis + + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it would be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write the Free Software Foundation, Inc., 59 + * Temple Place - Suite 330, Boston MA 02111-1307, USA. + */ + + if (!isset($_PAGE["title"])) die("Incorrect page inclusion.\n"); ?>  |