From 97b5c2a14628a85d3cc4a03afc1c6b871aec55f0 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 5 Oct 2016 16:43:50 +0800 Subject: [PATCH] Images.php --- Images.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Images.php b/Images.php index 7eb5c04e..db51ee7c 100644 --- a/Images.php +++ b/Images.php @@ -61,7 +61,7 @@ class Pman_Core_Images extends Pman //if (!empty($_GET['_post'])) { // return $this->post(); //} - print_r("test");exit; + $this->as_mimetype = empty($_REQUEST['as']) ? '' : $_REQUEST['as']; $bits= explode('/', $s); @@ -244,12 +244,6 @@ class Pman_Core_Images extends Pman //echo "SKALING? $this->size"; // acutally if we generated the image, then we do not need to validate the size.. - require_once 'File/MimeType.php'; - $y = new File_MimeType(); - $ext = $y->toExt(trim((string) $this->as_mimetype )); - - print_r($ext);exit; - // if the mimetype is not converted.. // then the filename should be original.{size}.jpeg $fn = $img->getStoreName() . '.'. $this->size . '.jpeg'; // thumbs are currenly all jpeg.!??? -- 2.39.2