remove unsed thumb.phtml
This commit is contained in:
parent
e8854bad59
commit
c8aad56d1a
|
@ -1,7 +0,0 @@
|
||||||
<?php
|
|
||||||
if (empty($this->thumb->data)) {
|
|
||||||
} else {
|
|
||||||
header("Content-Type:image/jpeg");
|
|
||||||
print base64_decode($this->thumb->data);
|
|
||||||
}
|
|
||||||
?>
|
|
Loading…
Reference in New Issue