<?php
header("Content-type: image/png");
print file_get_contents('../cache/imgcache/'.$_REQUEST['q']);
?>