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

index a8fc77a..e1046c2 100644 (file)
@@ -200,7 +200,7 @@ class Pman_Core_Images extends Pman
             $this->jerr("missing data");
         }
         
-        print_r($_REQUEST['data']);
+        print_r($_REQUEST['data']);exit;
         
         $this->as_mimetype = $_REQUEST['as'];
         $this->mimetype = $_REQUEST['mimetype'];