<?php
// displays graph image (including plotted line)
header("Content-type: image/png");
include("graph.png");
?>