This website requires JavaScript.
Explore
Help
Sign In
bob
/
westdc-zf1
Watch
1
Star
0
Fork
You've already forked westdc-zf1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0c729f8c51
westdc-zf1
/
application
/
default
/
views
/
scripts
/
metadata
/
thumb.phtml
4 lines
84 B
PHTML
Executable File
Raw
Blame
History
<?php
header
(
"Content-Type:image/jpeg"
);
print
base64_decode
(
$this
->
thumb
->
data
);
?>
Reference in New Issue
View Git Blame
Copy Permalink