2 # Generates a multipart/x-mixed-replace response but doesn't
3 # include the -- before the boundary.
6 header("Content-Type: multipart/x-mixed-replace; boundary=$boundary");
8 echo("Content-Type: image/png\r\n\r\n");
9 echo(file_get_contents("green-100x100.png"));