Changeset 56 for branches/old/graph.php
- Timestamp:
- Feb 21, 2015, 12:17:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/old/graph.php
r52 r56 96 96 if(!$Debug) 97 97 { 98 header("Content-type: image/png");99 header("Cache-Control: no-cache"); // Dynamic graph - no cache98 Header("Content-type: image/png"); 99 Header("Cache-Control: no-cache"); // Dynamic graph - no cache 100 100 $Image = @imagecreate($Width, $Height); 101 101 $BackgroundColor = imagecolorallocate($Image, 255, 255, 255);
Note:
See TracChangeset
for help on using the changeset viewer.