1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 17:14:04 +01:00
This commit is contained in:
Savetheinternet 2011-07-22 18:51:59 +10:00
parent 25cbb68ea1
commit f9bcde6e3d

View File

@ -464,10 +464,6 @@
$thumb = $image->resize($config['thumb_ext'] ? $config['thumb_ext'] : $post['extension'], $config['thumb_width'], $config['thumb_height']);
$thumb->to($post['thumb']);
//header('Content-Type: text/plain');
//var_dump($thumb);
//exit;
$post['thumbwidth'] = $thumb->width;
$post['thumbheight'] = $thumb->height;