Images.php
authorChris <chris@roojs.com>
Wed, 7 Aug 2013 12:01:03 +0000 (20:01 +0800)
committerChris <chris@roojs.com>
Wed, 7 Aug 2013 12:01:03 +0000 (20:01 +0800)
Images.php

index 9c8aae5..93a8156 100644 (file)
@@ -211,7 +211,7 @@ class Pman_Core_Images extends Pman
         
         $xml = new SimpleXMLElement($_REQUEST['data']);
         
-        print_r($xml);exit;
+        print_r($xml->asXML());exit;
         
         $tmp = $this->tempName($src_ext);
         file_put_contents($tmp, $_REQUEST['data']);