Mailer.php
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 11:20:58 +0000 (19:20 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 11:20:58 +0000 (19:20 +0800)
Mailer.php

index b32f082..95d9eda 100644 (file)
@@ -336,7 +336,10 @@ class Pman_Core_Mailer {
             $m  = new File_MimeType();
             $mt = $m->fromFilename($file);
             $ext = $m->toExt($mt); 
-            
+            print_r($mt);
+            echo "<br/>";
+            print_r($ext);
+            echo "<br/>";exit;
             return array(
                     'mimetype' => $mt,
                    'ext' => $ext,