Changeset 56 for branches/old/graph.php


Ignore:
Timestamp:
Feb 21, 2015, 12:17:01 AM (9 years ago)
Author:
chronos
Message:
  • Added: Version information.
  • Modified: Used newest Database class.
  • Modified: Generated HTML code should be now compain with HTML5 standard.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/old/graph.php

    r52 r56  
    9696if(!$Debug)
    9797{
    98   header("Content-type: image/png");
    99   header("Cache-Control: no-cache");    // Dynamic graph - no cache
     98  Header("Content-type: image/png");
     99  Header("Cache-Control: no-cache");    // Dynamic graph - no cache
    100100  $Image = @imagecreate($Width, $Height);
    101101  $BackgroundColor = imagecolorallocate($Image, 255, 255, 255);
Note: See TracChangeset for help on using the changeset viewer.