/Web/image.php |
---|
1,5 → 1,5 |
<?php |
header("Content-type: image/jpeg"); |
header("Content-type: image/jpeg"); |
function file_type($file){ |
$path_chunks = explode("/", $file); |
43,6 → 43,6 |
$remove_thumb = true; |
} |
} |
?> |
/Web/image.php |
---|
1,5 → 1,5 |
<?php |
header("Content-type: image/jpeg"); |
header("Content-type: image/jpeg"); |
function file_type($file){ |
$path_chunks = explode("/", $file); |
43,6 → 43,6 |
$remove_thumb = true; |
} |
} |
?> |