Mailer.php
authorEdward <edward@roojs.com>
Mon, 15 Dec 2014 08:45:49 +0000 (16:45 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Dec 2014 08:45:49 +0000 (16:45 +0800)
Mailer.php

index 8ac0dab..8de11fb 100644 (file)
@@ -474,7 +474,8 @@ class Pman_Core_Mailer {
         $a = new HTTP_Request($url);
         $a->sendRequest();
         file_put_contents($cache .'.data', $a->getResponseBody());
-        
+        print_R($a->getResponseBody());
+        echo "\n";
         $mt = $a->getResponseHeader('Content-Type');
         
         require_once 'File/MimeType.php';