Legend:
- Unmodified
- Added
- Removed
-
graph.php
r16 r23 97 97 header("Content-type: image/png"); 98 98 header("Cache-Control: no-cache"); // Dynamic graph - no cache 99 $Image = @imagecreate($Width, $Height + 14);99 $Image = @imagecreate($Width, $Height); 100 100 $BackgroundColor = imagecolorallocate($Image, 255, 255, 255); 101 101 $Black = imagecolorallocate($Image, 0, 0, 0);
Note:
See TracChangeset
for help on using the changeset viewer.