logo       

cvs: pecl /apc apcgui.php: msg#00141

php.pecl.cvs

Subject: cvs: pecl /apc apcgui.php

rasmus Fri Jul 22 13:26:05 2005 EDT

Modified files:
/pecl/apc apcgui.php
Log:
Wrong label in the pie chart


http://cvs.php.net/diff.php/pecl/apc/apcgui.php?r1=3.6&r2=3.7&ty=u
Index: pecl/apc/apcgui.php
diff -u pecl/apc/apcgui.php:3.6 pecl/apc/apcgui.php:3.7
--- pecl/apc/apcgui.php:3.6 Fri Jul 22 13:18:18 2005
+++ pecl/apc/apcgui.php Fri Jul 22 13:26:04 2005
@@ -1,5 +1,5 @@
<?
-$VERSION='$Id: apcgui.php,v 3.6 2005/07/22 17:18:18 rasmus Exp $';
+$VERSION='$Id: apcgui.php,v 3.7 2005/07/22 17:26:04 rasmus Exp $';

$SKIN='pecl'; // ('pecl' or 'classic')
$admin_password = 'password'; // Change this to enable the Clear Cache Command
@@ -95,7 +95,7 @@

$x=$y=$size/2;

-
fill_arc($image,$x,$y,$size,0,$a*360/$s,$col_black,$col_green,bsize($s));
+
fill_arc($image,$x,$y,$size,0,$a*360/$s,$col_black,$col_green,bsize($a));

fill_arc($image,$x,$y,$size,0+$a*360/$s,360,$col_black,$col_red,bsize($s-$a));
}
else
@@ -419,6 +419,8 @@

}
?>
+
+<!-- <?php echo "\nAPC GUI by Ralf Becker\n$VERSION"?> -->
</body>
</html>
<?



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise