ImportMailMessage.php
authorjohn <john@roojs.com>
Wed, 20 Dec 2017 04:16:38 +0000 (12:16 +0800)
committerjohn <john@roojs.com>
Wed, 20 Dec 2017 04:16:38 +0000 (12:16 +0800)
ImportMailMessage.php

index ce4ea30..2b7907b 100644 (file)
@@ -33,6 +33,8 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle
             $tmpdir  = System::mktemp("-d convertPlain");
             $path = $tmpdir . '/' . time() . '.html';
             
+            var_dump('die here???');exit;
+            
             if(isset($_REQUEST['_check_unsubscribe'])){
                 libxml_use_internal_errors (true);
                 $doc = new DOMDocument('1.0', 'UTF-8');