<?php
header('Content-Type: image/png');
echo file_get_contents('feb14/tile2.png');
?>