removed: thumb-sample file
This commit is contained in:
parent
0a32b903e9
commit
435feeaa11
1 changed files with 0 additions and 10 deletions
|
@ -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);
|
||||
?>
|
Loading…
Add table
Reference in a new issue