ImportMailMessage.php
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 04:56:44 +0000 (12:56 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 04:56:44 +0000 (12:56 +0800)
ImportMailMessage.php

index 97b520e..1147a0f 100644 (file)
@@ -60,6 +60,7 @@ class Pman_Crm_ImportHtml extends Pman_Core_ConvertStyle
         // Import from URL
         if(isset($_REQUEST['importUrl']))
         {
+            print_r($_REQUEST);exit;
             $this->checkHeader($_REQUEST['importUrl']);
             $data = $this->convertStyle($_REQUEST['importUrl'], '', true);