Images.php
authorChris <chris@roojs.com>
Wed, 7 Aug 2013 10:43:04 +0000 (18:43 +0800)
committerChris <chris@roojs.com>
Wed, 7 Aug 2013 10:43:04 +0000 (18:43 +0800)
Images.php

index c81c531..b248187 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($fn);exit;
         if (!empty($_REQUEST['as_data'])) {
             $this->jok(base64_encode(file_get_contents($fn)));
         }