From 27881575db716711b8a3788d857c7c46796f6588 Mon Sep 17 00:00:00 2001 From: wlx Date: Wed, 26 Oct 2011 09:23:05 +0000 Subject: [PATCH] remove unused thumb.phtml --- application/default/views/scripts/water/thumb.phtml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 application/default/views/scripts/water/thumb.phtml diff --git a/application/default/views/scripts/water/thumb.phtml b/application/default/views/scripts/water/thumb.phtml deleted file mode 100755 index bd126a1f..00000000 --- a/application/default/views/scripts/water/thumb.phtml +++ /dev/null @@ -1,7 +0,0 @@ -thumb->data)) { - } else { - header("Content-Type:image/jpeg"); - print base64_decode($this->thumb->data); - } -?> \ No newline at end of file