|
From: Benjamin C. <bc...@us...> - 2003-02-06 12:43:14
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1:/tmp/cvs-serv9090 Modified Files: index.php Log Message: Added version info Index: index.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/index.php,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- index.php 21 Oct 2002 19:41:32 -0000 1.35 +++ index.php 6 Feb 2003 12:43:10 -0000 1.36 @@ -20,6 +20,7 @@ // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ +// $Id$ include 'include.php'; |