removed: thumb-sample file

This commit is contained in:
Mohammad Shoaib 2014-03-26 11:01:55 +00:00
parent 0a32b903e9
commit 435feeaa11

View file

@ -1,10 +0,0 @@
<?php
include('../includes/config.inc.php');
sleep(2);
$file = THUMBS_DIR.'/default.jpg';
header("Content-type: image/jpeg");
echo file_get_contents($file);
?>