| Jani Taskinen 2006-01-09, 7:40 pm |
| sniper Fri Dec 23 21:55:49 2005 EDT
Modified files:
/qaweb handling-bugs.php stats.php
Log:
bugstats live in ez1.php.net now
http://cvs.php.net/viewcvs.cgi/qawe...5&diff_format=u
Index: qaweb/handling-bugs.php
diff -u qaweb/handling-bugs.php:1.4 qaweb/handling-bugs.php:1.5
--- qaweb/handling-bugs.php:1.4 Fri Jul 29 18:50:33 2005
+++ qaweb/handling-bugs.php Fri Dec 23 21:55:49 2005
@@ -3,7 +3,7 @@
$TITLE = "Handling Bug Reports [PHP-QAT: Quality Assurance Team]";
$SITE_UPDATE = date("D M d H:i:s Y T", filectime($SCRIPT_FILENAME));
-/* $Id: handling-bugs.php,v 1.4 2005/07/29 18:50:33 sniper Exp $ */
+/* $Id: handling-bugs.php,v 1.5 2005/12/23 21:55:49 sniper Exp $ */
common_header();
?>
@@ -205,7 +205,7 @@
</li>
<li>
Look at the <a href="http://bugs.php.net/bugstats.php">raw bug stats</a>
- OR a <a href="http://www.php.net/~jani/bugstats/">graph</a>.
+ OR a <a href="http://qa.php.net/~jani/bugstats/">graph</a>.
</li>
<li>
Not leaving a comment means no email will be sent to the mailing list.
http://cvs.php.net/viewcvs.cgi/qawe...7&diff_format=u
Index: qaweb/stats.php
diff -u qaweb/stats.php:1.6 qaweb/stats.php:1.7
--- qaweb/stats.php:1.6 Fri Jul 29 18:50:33 2005
+++ qaweb/stats.php Fri Dec 23 21:55:49 2005
@@ -4,7 +4,7 @@
$TITLE = "Stats Help [PHP-QAT: Quality Assurance Team]";
$SITE_UPDATE = date("D M d H:i:s Y T", filectime($SCRIPT_FILENAME));
-/* $Id: stats.php,v 1.6 2005/07/29 18:50:33 sniper Exp $ */
+/* $Id: stats.php,v 1.7 2005/12/23 21:55:49 sniper Exp $ */
common_header();
@@ -22,9 +22,9 @@
<tr>
<td width="10"> </td>
<td width="100%">
- <?php include('http://www.php.net/~jani/bugstats/bugsmap001'); ?>
- <img src="http://www.php.net/~jani/bugstats/total5-count-<?php echo $year; ?>.png" ISMAP USEMAP="#bugsmap001" border="0" alt=""><br /><br />
- <img src="http://www.php.net/~jani/bugstats/total4-count-<?php echo $year; ?>.png" ISMAP USEMAP="#bugsmap001" border="0" alt=""><br /><br />
+ <?php include('http://qa.php.net/~jani/bugstats/bugsmap001'); ?>
+ <img src="http://qa.php.net/~jani/bugstats/total5-count-<?php echo $year; ?>.png" ISMAP USEMAP="#bugsmap001" border="0" alt=""><br /><br />
+ <img src="http://qa.php.net/~jani/bugstats/total4-count-<?php echo $year; ?>.png" ISMAP USEMAP="#bugsmap001" border="0" alt=""><br /><br />
</td>
<td width="10"> </td>
</tr>
|