Yes, I've found in BUGS file some notice about that,
but I see this also in Mozilla/5.0 (X11; U; Linux i686;
en-US; rv:1.5) Gecko/20031107 Debian/1.5-3
When I changed drawlink.php file, and replaced
$image = imagecreatetruecolor($width, $height);
with
$image = imagecreate($width, $height);
so it is now using indexed image, it works just fine.
Any reason for using truecolor...
2004-03-19 08:03:42 UTC in wifimap