Images.php
authorChris <chris@roojs.com>
Wed, 7 Aug 2013 11:08:02 +0000 (19:08 +0800)
committerChris <chris@roojs.com>
Wed, 7 Aug 2013 11:08:02 +0000 (19:08 +0800)
Images.php

index b248187..126af12 100644 (file)
@@ -222,7 +222,7 @@ class Pman_Core_Images extends Pman
                 empty($_REQUEST['width']) ? 0 : $_REQUEST['width'],
                 empty($_REQUEST['height']) ? 0 : $_REQUEST['height']
         );
-        print_r($fn);exit;
+        print_r($tmp);exit;
         if (!empty($_REQUEST['as_data'])) {
             $this->jok(base64_encode(file_get_contents($fn)));
         }