[Openfirst-cvscommit] www/inc headers.php,1.1,1.2
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2004-12-28 23:01:25
|
Update of /cvsroot/openfirst/www/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27124 Modified Files: headers.php Log Message: Replace include with iframe (since the SF.net shell server no longer seems to support fetching things from remote webservers) Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/www/inc/headers.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** headers.php 24 Jun 2004 00:11:45 -0000 1.1 --- headers.php 28 Dec 2004 23:01:16 -0000 1.2 *************** *** 135,146 **** <br> <img src="http://www.openfirst.org/image/tested/sambar.png"> <img src="http://www.openfirst.org/image/tested/php.png"><br> ! <img src="http://www.openfirst.org/image/tested/mysql.png"><br> ! (Other databases are supported)<br> <img src="http://www.openfirst.org/image/powered_pear.png" alt="PEAR"><br>(Pear components are optional)</p> </center> <p><b>Bugzilla Stats</b> ! <?php ! include("bugcrushers.txt"); ! ?> <br> <br> --- 135,147 ---- <br> <img src="http://www.openfirst.org/image/tested/sambar.png"> <img src="http://www.openfirst.org/image/tested/php.png"><br> ! <img src="http://www.openfirst.org/image/tested/mysql.png"><br>(Other databases are supported)<br> <img src="http://www.openfirst.org/image/powered_pear.png" alt="PEAR"><br>(Pear components are optional)</p> </center> <p><b>Bugzilla Stats</b> ! <br><iframe ! src="http://bugzilla.openfirst.org/openfirst/bugcrushers.php?style=yes" ! width='260' height='350' noscroll='noscroll' border='0' style='border: ! 0px;'> ! </iframe> <br> <br> |