Mailer.php
authorEdward <edward@roojs.com>
Mon, 15 Dec 2014 09:03:08 +0000 (17:03 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Dec 2014 09:03:08 +0000 (17:03 +0800)
Mailer.php

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