log('path',$path.$file); if(file_exists($path.$file)){ header("Content-type: $content_type"); print file_get_contents($path.$file); } ?>