[Openfirst-cvscommit] base/config index.php,1.9.2.1,1.9.2.2
Brought to you by:
xtimg
From: Jamie <ast...@us...> - 2005-11-06 19:36:15
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10326/config Modified Files: Tag: REL1_1_BRANCH index.php Log Message: Bug #186 Index: index.php =================================================================== RCS file: /cvsroot/openfirst/base/config/index.php,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -C2 -d -r1.9.2.1 -r1.9.2.2 *** index.php 24 Aug 2005 21:43:05 -0000 1.9.2.1 --- index.php 6 Nov 2005 19:36:07 -0000 1.9.2.2 *************** *** 85,89 **** <?php } ?> <tr><th>openFIRST Project Statistics</th><td> ! <?php include_once("http://bugzilla.openfirst.org/openfirst/bugcrushers.php"); ?> </td></tr> </table> --- 85,89 ---- <?php } ?> <tr><th>openFIRST Project Statistics</th><td> ! <script type='application/x-javascript' src='http://bugzilla.openfirst.org/openfirst/bugcrushers.php?style=js'></script> </td></tr> </table> |