|
From: Benjamin C. <bc...@us...> - 2003-02-18 12:51:01
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1:/tmp/cvs-serv1309 Modified Files: index.php Log Message: Added version info Index: index.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/index.php,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- index.php 18 Feb 2003 12:50:19 -0000 1.37 +++ index.php 18 Feb 2003 12:50:57 -0000 1.38 @@ -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'; |